feat 修改BrandName和BrandId类型
This commit is contained in:
parent
016d3922cc
commit
85e6bb8a8e
@ -57,8 +57,8 @@ type Spu struct {
|
||||
SpuId int `json:"spu_id"`
|
||||
CategoryId int `json:"category_id"`
|
||||
CategoryName string `json:"category_name"`
|
||||
BrandId int `json:"brand_id"`
|
||||
BrandName string `json:"brand_name"`
|
||||
BrandId BrandId `json:"brand_id"`
|
||||
BrandName BrandName `json:"brand_name"`
|
||||
ArticleNumber string `json:"article_number"` //商品货号
|
||||
OtherNumbers string `json:"other_numbers"` // 辅助货号,逗号分隔,可传多个
|
||||
Title string `json:"title"`
|
||||
|
Loading…
Reference in New Issue
Block a user