From 2c74ddb9550ed32af463413ebfdbd1b727a42e11 Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 11 Oct 2022 11:59:34 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= 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 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