This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
package domain
type AsyncTaskResultGetTopDTO struct {
/*
报表数据文件地址,excel格式,有效期5分钟,文件过期可重新调此接口获取
*/
Result *string `json:"result"`
任务id
Id *int64 `json:"id"`
任务名称
Name *string `json:"name"`
任务状态,1:待运行,2:运行中,3:运行成功,4:运行失败
Status *int `json:"status"`
}