|
|
@ -76,6 +76,7 @@ type ReplyGoodsInfo struct {
|
|
|
|
Id uint `json:"id"`
|
|
|
|
Id uint `json:"id"`
|
|
|
|
Name string `json:"name"`
|
|
|
|
Name string `json:"name"`
|
|
|
|
SupplierId uint `json:"supplierId"`
|
|
|
|
SupplierId uint `json:"supplierId"`
|
|
|
|
|
|
|
|
SupplierName string `json:"supplierName"`
|
|
|
|
CategoryId uint `json:"categoryId"`
|
|
|
|
CategoryId uint `json:"categoryId"`
|
|
|
|
BrandId uint `json:"brandId"`
|
|
|
|
BrandId uint `json:"brandId"`
|
|
|
|
Imgs []string `json:"imgs"`
|
|
|
|
Imgs []string `json:"imgs"`
|
|
|
|