This commit is contained in:
邹宗楠
2024-09-27 10:09:37 +08:00
parent 6955cbdad9
commit c839ebfe48
2 changed files with 37 additions and 2 deletions

View File

@@ -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 {