最低价显示

This commit is contained in:
苏尹岚
2020-08-21 10:10:09 +08:00
parent 5f06161241
commit 9c0e0e71a2
4 changed files with 14 additions and 6 deletions

View File

@@ -203,7 +203,10 @@ func (*ActStoreSkuMap) TableIndex() [][]string {
type ActStoreSku2 struct {
MapID int `orm:"column(map_id)"`
Type int `json:"type"`
Type int `json:"type"`
DiscountType int `json:"discountType"`
DiscountValue1 int `json:"discountValue1"`
DiscountValue2 int `json:"discountValue2"`
ActStoreSku
VendorID int `orm:"column(vendor_id)" json:"vendorID"`