1
This commit is contained in:
@@ -232,8 +232,9 @@ type ActStoreSku2 struct {
|
||||
SpecQuality float32 `json:"-"`
|
||||
SpecUnit string `json:"-"`
|
||||
Comment string `json:"-"`
|
||||
TrendType int `json:"trendType"` //折扣活动使用,涨跌趋势,1为涨,2为跌,0为不动
|
||||
TrendPrice int `json:"trendPrice"` //涨跌具体多少
|
||||
TrendType int `json:"trendType"` //折扣活动使用,涨跌趋势,1为涨,2为跌,0为不动
|
||||
TrendPrice int `json:"trendPrice"` //涨跌具体多少
|
||||
MonthlySales int `json:"monthlySales"` // 月销量
|
||||
}
|
||||
|
||||
type StoreSkuAct struct {
|
||||
|
||||
Reference in New Issue
Block a user