From 812124d0257438d7b98a9caba5e5ca5bb5f10c80 Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 13 Oct 2022 10:55:47 +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 01edc3b..21607b4 100644 --- a/supply/sku.go +++ b/supply/sku.go @@ -202,8 +202,10 @@ type SkuInfo struct { Name string `json:"name"` SourceSkuId string `json:"jdSkuId"` SupplyPrice decimal.Decimal `json:"supplyPrice"` + CustomerPrice decimal.Decimal `json:"customerPrice"` GuidePrice decimal.Decimal `json:"guidePrice"` Profit decimal.Decimal `json:"profit"` + CustomerProfitRate decimal.Decimal `json:"customerProfitRate"` UpcCode string `json:"upcCode"` Color string `json:"color"` Size string `json:"size"`