feat: 机器文件上传优化等,支持取消操作

This commit is contained in:
meilin.huang
2026-05-18 22:17:19 +08:00
parent 7f94fd168b
commit b0a68bf12c
34 changed files with 1037 additions and 444 deletions

View File

@@ -28,4 +28,5 @@ type SqlReaderExec struct {
Filename string
ClientId string // 客户端id若存在则会向其发送执行进度消息
UploadId string // 上传id用于记录上传进度
}