This commit is contained in:
苏尹岚
2021-04-20 11:27:08 +08:00
parent a75ed0f33c
commit 1cd87fb87c
2 changed files with 16 additions and 11 deletions

View File

@@ -123,6 +123,8 @@ type Job struct {
SkuURL string `orm:"column(sku_url)" json:"skuURL"` //商品优惠券链接
Type int `json:"type"` //任务类型0为普通任务1为特殊任务
BrowseCount int `json:"browseCount"` //任务浏览量,点一下加一下
UnionImg string `json:"unionImg"` //联盟任务分享链接的背景图
UnionQrcodePosition string `json:"unionQrcodePosition"` //联盟任务分享链接的二维码图的方位
// JobSteps []*JobStep `orm:"-" json:"jobSteps"`
// JobImgs []*JobImg `orm:"-" json:"jobImgs"`
}