diff --git a/supply/channel/sku.go b/supply/channel/sku.go index c3d73f3..533ee30 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 { + SkuIds []uint // 商品SkuIds Status uint // 1=上架 2=下架 SkuName string // 商品名称 BrandId uint // 品牌id