From 4abeb1ecd489b8d53396319036382a77a1ef37a8 Mon Sep 17 00:00:00 2001 From: sian Date: Tue, 30 Aug 2022 15:23:21 +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 --- supplier/goods.go | 1 + 1 file changed, 1 insertion(+) diff --git a/supplier/goods.go b/supplier/goods.go index 112e509..2f89753 100644 --- a/supplier/goods.go +++ b/supplier/goods.go @@ -19,6 +19,7 @@ type GoodsSearch struct { Name string // 商品名称 CategoryId uint64 // 类目id BrandName string // 品牌名 + Handle uint // 处理状态 1=待处理 2=入库 3=废弃 } type ArgsGoodsList struct { Search GoodsSearch