From b544bb4f2b1557881fcd25b258f44a6332aa2097 Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 5 Jan 2023 10:05:13 +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 --- wholesale/order.go | 1 + 1 file changed, 1 insertion(+) diff --git a/wholesale/order.go b/wholesale/order.go index 2010712..eb5575e 100644 --- a/wholesale/order.go +++ b/wholesale/order.go @@ -193,6 +193,7 @@ type OrderSkuItem struct { SkuId uint SourceSkuId string Price decimal.Decimal + SupplyPrice decimal.Decimal AdjustType uint AdjustPrice decimal.Decimal Rate decimal.Decimal