fix:
This commit is contained in:
parent
6e0325a7ec
commit
1c0b28db1f
|
@ -15,7 +15,7 @@ type AsyncTaskResultGetTopDTO struct {
|
||||||
/*
|
/*
|
||||||
任务名称
|
任务名称
|
||||||
*/
|
*/
|
||||||
Name *int64 `json:"name"`
|
Name *string `json:"name"`
|
||||||
|
|
||||||
/*
|
/*
|
||||||
任务状态,1:待运行,2:运行中,3:运行成功,4:运行失败
|
任务状态,1:待运行,2:运行中,3:运行成功,4:运行失败
|
||||||
|
|
Loading…
Reference in New Issue