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