diff --git a/business/model/act.go b/business/model/act.go index 7d024468d..f9bd995f6 100644 --- a/business/model/act.go +++ b/business/model/act.go @@ -156,6 +156,8 @@ type ActStoreSku struct { ActPrice int64 `orm:"" json:"actPrice"` // 单品级活动用,SKU级指定的价格,非0覆盖CustomPricePercentage与Act中的PricePercentage EarningPrice int64 `json:"earningPrice"` // 活动商品设置,结算给门店老板的钱 Stock int `orm:"" json:"stock"` // 活动库存 + TrendType int `json:"trendType"` //折扣活动使用,涨跌趋势,1为涨,2为跌,0为不动 + TrendPrcie int `json:"trendPrice"` //涨跌具体多少 } func (*ActStoreSku) TableUnique() [][]string {