This commit is contained in:
邹宗楠
2021-12-13 18:06:28 +08:00
parent 43b83a8656
commit 931b22f0d5
2 changed files with 5 additions and 5 deletions

View File

@@ -327,7 +327,7 @@ type StoreShowWindowSkuList struct {
SkuID string `json:"sku_id"`
UpcID string `json:"upc_id"`
Wid string `json:"wid"`
UpcType string `json:"upc_type"`
//UpcType string `json:"upc_type"`
UpdateTime string `json:"update_time"`
ShelfNumber string `json:"shelf_number"`
LeftNum string `json:"left_num"`
@@ -485,7 +485,7 @@ type EbaiSku struct {
ProcessType int `json:"process_type"`
ProcessDetail []interface{} `json:"process_detail"`
IsInActivity int `json:"is_in_activity"`
UpcType string `json:"upc_type"`
//UpcType string `json:"upc_type"`
UpcName string `json:"upc_name"`
BrandID string `json:"brand_id"`
Description string `json:"description"`
@@ -575,7 +575,7 @@ type EbaiSku struct {
type EbaiSkuList struct {
UpcID string `json:"upc_id"`
UpcType string `json:"upc_type"`
/UpcType string `json:"upc_type"`
Photos string `json:"photos"`
UpcName string `json:"upc_name"`
Upc string `json:"upc"`