This commit is contained in:
苏尹岚
2020-11-18 14:57:45 +08:00
parent 694bc68ef9
commit 67a9c517f2
6 changed files with 74 additions and 59 deletions

View File

@@ -54,6 +54,7 @@ type StoreSkuInfo struct {
VendorSkuID2 string `json:"vendorSkuID2,omitempty"`
JdsStockSwitch int `json:"jdsStockSwitch"`
IsDeletedBySku bool `json:"isDeletedBySku"`
VendorOrgCode string `json:"vendorOrgCode"`
}
type StoreSkuInfoWithErr struct {