修改数据

master
杨赟 5 months ago
parent d41fe93473
commit 88881223a6

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

Loading…
Cancel
Save