引包目录名调整

This commit is contained in:
2026-04-27 14:02:49 +08:00
parent 11bf15e72b
commit 2600ed20ac

View File

@@ -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:"任务明细"`
}