From 2600ed20acc33703bbdaf76e0774f83802cfe7c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Mon, 27 Apr 2026 14:02:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=95=E5=8C=85=E7=9B=AE=E5=BD=95=E5=90=8D?= =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../model/dto/async_task_ref_dto.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) rename {digitalhuman => digital-human}/model/dto/async_task_ref_dto.go (82%) 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:"任务明细"` } -