引包目录名调整
This commit is contained in:
@@ -18,8 +18,7 @@ type SyncAsyncTasksItem struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type SyncAsyncTasksRes struct {
|
type SyncAsyncTasksRes struct {
|
||||||
Total int `json:"total" dc:"本次扫描到的任务数"`
|
Total int `json:"total" dc:"本次扫描到的任务数"`
|
||||||
Handled int `json:"handled" dc:"本次成功处理数(含更新状态/转移)"`
|
Handled int `json:"handled" dc:"本次成功处理数(含更新状态/转移)"`
|
||||||
List []SyncAsyncTasksItem `json:"list" dc:"任务明细"`
|
List []SyncAsyncTasksItem `json:"list" dc:"任务明细"`
|
||||||
}
|
}
|
||||||
|
|
||||||
Reference in New Issue
Block a user