This commit is contained in:
邹宗楠
2022-10-10 16:29:28 +08:00
parent e57ab205de
commit 071114f8e3
5 changed files with 57 additions and 21 deletions

View File

@@ -55,6 +55,9 @@ type StoreSkuInfo struct {
VendorOrgCode string `json:"vendorOrgCode"`
SpecUnit string `json:"specUnit"`
SpecQuality float32 `json:"specQuality"`
VendorMainId string `json:"vendorMainId"`
VendorSkuAttrId string `json:"vendorSkuAttrId"`
}
type StoreSkuInfoWithErr struct {