From 567a1e46d6a97f0bd9c1b4222fc3f116c94ad541 Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 29 Dec 2022 11:55:10 +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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wholesale/order.go b/wholesale/order.go index f511bcd..100320f 100644 --- a/wholesale/order.go +++ b/wholesale/order.go @@ -191,7 +191,11 @@ type OrderSkuItem struct { Img string Name string SkuId uint + SourceSkuId string Price decimal.Decimal + AdjustType uint + AdjustPrice decimal.Decimal + RateId decimal.Decimal Quantity uint PackageRate uint }