topsdk/defaultability/domain/TaobaoUnideskRtaAsyncTaskRe...

25 lines
424 B
Go
Raw Blame History

This file contains ambiguous Unicode characters

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"`
}