From 68f87f04b683019dc4344a0d68b8a5a64ec0c7d2 Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 18 Oct 2022 13:45:17 +0800 Subject: [PATCH] =?UTF-8?q?es=E5=A2=9E=E5=8A=A0skuIds=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supply/channel/sku.go | 1 + 1 file changed, 1 insertion(+) 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