提交接口进度完善
This commit is contained in:
@@ -200,10 +200,20 @@ export interface DeleteBrandTaskItem {
|
||||
downloadFilename?: string
|
||||
}
|
||||
|
||||
export interface DeleteBrandTaskFileProgress {
|
||||
fileKey?: string
|
||||
sourceFilename?: string
|
||||
processedRows?: number
|
||||
totalRows?: number
|
||||
percent?: number
|
||||
status?: 'PENDING' | 'RUNNING' | 'COMPLETED' | 'FAILED'
|
||||
}
|
||||
|
||||
export interface DeleteBrandTaskDetailVo {
|
||||
task: DeleteBrandTaskItem
|
||||
line_progress: DeleteBrandLineProgress
|
||||
items?: DeleteBrandResultItem[]
|
||||
fileProgress?: DeleteBrandTaskFileProgress[]
|
||||
}
|
||||
|
||||
export interface DeleteBrandTaskBatchVo {
|
||||
|
||||
Reference in New Issue
Block a user