up
This commit is contained in:
@@ -12,10 +12,10 @@ const (
|
||||
|
||||
type ShortSkuInfo struct {
|
||||
SkuID int `orm:"column(sku_id)" json:"skuID,omitempty"`
|
||||
SkuShopPrice int `json:"skuShopPrice,omitempty"`
|
||||
SkuSalePrice int `json:"skuSalePrice,omitempty"`
|
||||
SkuShopPrice int `json:"skuShopPrice"`
|
||||
SkuSalePrice int `json:"skuSalePrice"`
|
||||
SkuEarningPrice int `json:"skuEarningPrice,omitempty"`
|
||||
SkuCount2 int `json:"skuCount2,omitempty"`
|
||||
SkuCount2 int `json:"skuCount2"`
|
||||
SkuName string `orm:"size(255)" json:"skuName"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user