|
|
@ -77,6 +77,8 @@ type ReplySkuInfo struct {
|
|
|
|
BrandName string `json:"brandName"`
|
|
|
|
BrandName string `json:"brandName"`
|
|
|
|
SupplyBrandId uint `json:"supplyBrandId"`
|
|
|
|
SupplyBrandId uint `json:"supplyBrandId"`
|
|
|
|
Content string `json:"content"`
|
|
|
|
Content string `json:"content"`
|
|
|
|
|
|
|
|
Tax string `json:"tax"`
|
|
|
|
|
|
|
|
Unit string `json:"unit"`
|
|
|
|
Imgs []SkuImg `json:"imgs"`
|
|
|
|
Imgs []SkuImg `json:"imgs"`
|
|
|
|
Specifications []SkuSpecification `json:"specifications"`
|
|
|
|
Specifications []SkuSpecification `json:"specifications"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|