添加返回数据

finance
杨赟 2 years ago
parent 8a51401924
commit b429fd9cfd

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

Loading…
Cancel
Save