This commit is contained in:
suyl
2021-07-09 10:17:46 +08:00
parent e3c7ae9181
commit c390178dc6

View File

@@ -174,7 +174,7 @@ type StoreSkuNameExt struct {
StoreName string `json:"storeName"` StoreName string `json:"storeName"`
SkuID int `orm:"column(sku_id)" json:"skuID"` SkuID int `orm:"column(sku_id)" json:"skuID"`
model.SkuName model.SkuName
PayPercentage int `json:"-"` PayPercentage int `json:"payPercentage"`
UnitPrice int `json:"unitPrice"` UnitPrice int `json:"unitPrice"`
Skus []*StoreSkuExt `orm:"-" json:"skus,omitempty"` Skus []*StoreSkuExt `orm:"-" json:"skus,omitempty"`
SkusStr string `json:"-"` SkusStr string `json:"-"`