aa
This commit is contained in:
@@ -1101,10 +1101,10 @@ type GetStoresSkusSaleInfoNewResult struct {
|
||||
SkuID int `orm:"column(sku_id)" json:"skuID"`
|
||||
SkuNameID int `orm:"column(name_id)" json:"skuNameID"`
|
||||
SkuName string `json:"skuName"`
|
||||
SaleCount int `json:"saleCount"` //销量
|
||||
JdSaleCount int `json:"saleCount"` //销量
|
||||
MtSaleCount int `json:"saleCount"` //销量
|
||||
EbaiSaleCount int `json:"saleCount"` //销量
|
||||
SaleCount int `json:"saleCount"` //销量
|
||||
JdSaleCount int `json:"jdSaleCount"` //销量
|
||||
MtSaleCount int `json:"mtSaleCount"` //销量
|
||||
EbaiSaleCount int `json:"ebaiSaleCount"` //销量
|
||||
Status int `json:"status"`
|
||||
SpecQuality int `json:"specQuality"`
|
||||
SpecUnit string `json:"specUnit"`
|
||||
|
||||
Reference in New Issue
Block a user