aa
This commit is contained in:
@@ -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:"-"`
|
||||||
|
|||||||
Reference in New Issue
Block a user