From 5779913f6f9217995683dd5ac73ce23ffa0a9bcf Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 1 Aug 2022 11:06:48 +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/sku.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/supply/sku.go b/supply/sku.go index e411cb5..620fd9a 100644 --- a/supply/sku.go +++ b/supply/sku.go @@ -138,7 +138,7 @@ type SkuItem struct { AdjustType uint // 加价类型 AdjustPrice decimal.Decimal // 加价金额 Handle uint // 1=未处理 2=已处理 - Imgs []SkuImg + Reason string // 驳回原因 } // Lists @Title 商品列表