|
|
@ -20,7 +20,7 @@ type ActivityInteractiveGroup struct { |
|
|
|
LiveId int `json:"liveId" orm:"live_id" description:"关联直播id"` // 关联直播id
|
|
|
|
StartDate *gtime.Time `json:"startDate" orm:"start_date" description:"作业开始时间"` // 作业开始时间
|
|
|
|
EndDate *gtime.Time `json:"endDate" orm:"end_date" description:"作业结束时间"` // 作业结束时间
|
|
|
|
Article *FxArticle `json:"article" description:"关联文章"` // 关联文章
|
|
|
|
Article *FxArticle `json:"article" orm:"with:id=article_id" description:"关联文章"` // 关联文章
|
|
|
|
Live *Live `json:"live" orm:"with:id=live_id" description:"关联直播"` // 关联直播
|
|
|
|
Count int `json:"count" description:"作业提交次数"` // 作业结束时间
|
|
|
|
} |