diff --git a/digitalhuman/model/dto/async_task_ref_dto.go b/digital-human/model/dto/async_task_ref_dto.go similarity index 82% rename from digitalhuman/model/dto/async_task_ref_dto.go rename to digital-human/model/dto/async_task_ref_dto.go index d2b05d8..b8be77d 100644 --- a/digitalhuman/model/dto/async_task_ref_dto.go +++ b/digital-human/model/dto/async_task_ref_dto.go @@ -18,8 +18,7 @@ type SyncAsyncTasksItem struct { } type SyncAsyncTasksRes struct { - Total int `json:"total" dc:"本次扫描到的任务数"` - Handled int `json:"handled" dc:"本次成功处理数(含更新状态/转移)"` + Total int `json:"total" dc:"本次扫描到的任务数"` + Handled int `json:"handled" dc:"本次成功处理数(含更新状态/转移)"` List []SyncAsyncTasksItem `json:"list" dc:"任务明细"` } -