This commit is contained in:
dylan 2024-09-05 14:59:51 +08:00
parent 6e0325a7ec
commit 1c0b28db1f
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ type AsyncTaskResultGetTopDTO struct {
/*
任务名称
*/
Name *int64 `json:"name"`
Name *string `json:"name"`
/*
任务状态1待运行2运行中3运行成功4运行失败