From 2f3d35e80152020f0168e78f5f4537a537fed8e5 Mon Sep 17 00:00:00 2001 From: sian Date: Wed, 21 Sep 2022 17:35:23 +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, 2 insertions(+) diff --git a/supply/sku.go b/supply/sku.go index 13614b5..febe1ae 100644 --- a/supply/sku.go +++ b/supply/sku.go @@ -331,6 +331,8 @@ type ByIdsSkuItem struct { AfterAdjustPrice decimal.Decimal `json:"afterAdjustPrice"` // 改价后加价金额 Handle uint `json:"handle"` // 1=未处理 2=已处理 Reason string `json:"reason"` // 驳回原因 + Size string `json:"size"` + Color string `json:"color"` Specifications []SpecItem `json:"specifications"` }