改价实际上是改活动价?

This commit is contained in:
苏尹岚
2020-08-18 17:00:13 +08:00
parent 055bf5dc8a
commit baf83d0ad0
4 changed files with 48 additions and 44 deletions

View File

@@ -228,6 +228,8 @@ type ActStoreSku2 struct {
SpecQuality float32 `json:"-"`
SpecUnit string `json:"-"`
Comment string `json:"-"`
TrendType int `json:"trendType"` //折扣活动使用涨跌趋势1为涨2为跌0为不动
TrendPrcie int `json:"trendPrice"` //涨跌具体多少
}
type StoreSkuAct struct {