🔨 上传任务使用用户连接配置.

This commit is contained in:
lijiahangmax
2024-12-14 12:41:06 +08:00
parent 885446dc58
commit 985091f42b
23 changed files with 266 additions and 147 deletions

View File

@@ -89,6 +89,7 @@ export interface UploadTaskFile {
filePath: string;
fileSize: number;
status: string;
errorMessage: string;
startTime: number;
endTime: number;
current: number;