diff --git a/supply/sku.go b/supply/sku.go index 1562f8b..6837439 100644 --- a/supply/sku.go +++ b/supply/sku.go @@ -125,6 +125,7 @@ type SkuListsSearch struct { AuditStatus uint // 审核状态 SourceStatus uint // 供应商下架状态 PlatformStatus uint // 平台下架状态 + UpcCode string // 商品条码 } type ReplySkuList struct { @@ -180,6 +181,7 @@ type SkuEsSearch struct { SkuId uint // Sku编码 SupplySkuId uint // 供应商Sku编码 SkuName string // 商品名称 + UpcCode string // 商品条码 BrandId uint // 品牌id BrandName string // 品牌名称 全词匹配 FirstCategoryId uint // 一级分类id