Merge branch 'master' of git.oa00.com:supply-chain/service

master
杨赟 4 months ago
commit 5469d43d10

@ -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