diff --git a/supply/channel/sku.go b/supply/channel/sku.go index 5914407..9c06f60 100644 --- a/supply/channel/sku.go +++ b/supply/channel/sku.go @@ -64,6 +64,7 @@ func (s *sku) Lists(ctx context.Context, channelId string, args ArgsSkuList) (re } type SkuEsSearch struct { + SkuId uint // 商品Id Status uint // 1=上架 2=下架 SkuName string // 商品名称 BrandId uint // 品牌id