This commit is contained in:
苏尹岚
2020-12-21 18:18:21 +08:00
parent 92f0cca62d
commit 4a7f691525
2 changed files with 8 additions and 0 deletions

View File

@@ -89,6 +89,7 @@ type Job struct {
StoreURL string `orm:"column(store_url)" json:"storeURL"` //门店链接
SkuURL string `orm:"column(sku_url)" json:"skuURL"` //商品优惠券链接
Type int `json:"type"` //任务类型0为普通任务1为特殊任务
BrowseCount int `json:"browseCount"` //任务浏览量,点一下加一下
JobSteps []*JobStep `orm:"-" json:"jobSteps"`
JobImgs []*JobImg `orm:"-" json:"jobImgs"`
}