|
|
@ -43,7 +43,6 @@ type SkuItem struct {
|
|
|
|
Status int64 `json:"status"`
|
|
|
|
Status int64 `json:"status"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
UpdatedAt int64 `json:"updatedAt"`
|
|
|
|
UpdatedAt int64 `json:"updatedAt"`
|
|
|
|
MateSkuId int64 `json:"mateSkuId"`
|
|
|
|
|
|
|
|
MateBrandId int64 `json:"mateBrandId"`
|
|
|
|
MateBrandId int64 `json:"mateBrandId"`
|
|
|
|
MateCategoryId int64 `json:"mateCategoryId"`
|
|
|
|
MateCategoryId int64 `json:"mateCategoryId"`
|
|
|
|
}
|
|
|
|
}
|
|
|
@ -119,7 +118,6 @@ type ReplySkuInfo struct {
|
|
|
|
Height decimal.Decimal `json:"height"`
|
|
|
|
Height decimal.Decimal `json:"height"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
UpdatedAt int64 `json:"updatedAt"`
|
|
|
|
UpdatedAt int64 `json:"updatedAt"`
|
|
|
|
MateSkuId int64 `json:"mateSkuId"`
|
|
|
|
|
|
|
|
MateBrandId int64 `json:"mateBrandId"`
|
|
|
|
MateBrandId int64 `json:"mateBrandId"`
|
|
|
|
MateCategoryId int64 `json:"mateCategoryId"`
|
|
|
|
MateCategoryId int64 `json:"mateCategoryId"`
|
|
|
|
Content string `json:"content"`
|
|
|
|
Content string `json:"content"`
|
|
|
|