topsdk/defaultability/response/TaobaoUnideskRtaReportDaily...

15 lines
246 B
Go

package response
import "git.sunqdl.cn/fgqj/topsdk/defaultability/domain"
type TaobaoUnideskRtaReportDailyGetResponse struct {
/*
报表数据
*/
Result []domain.ReportTopDto `json:"result"`
/*
总条数
*/
Total int `json:"total"`
}