最低价显示
This commit is contained in:
@@ -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"`
|
||||
|
||||
Reference in New Issue
Block a user