From 730b57c72c2e332b74b3ecd4625ace98671263fd Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 26 Dec 2022 09:31:24 +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 | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/wholesale/order.go b/wholesale/order.go index 74fe0e7..7bee8a3 100644 --- a/wholesale/order.go +++ b/wholesale/order.go @@ -185,11 +185,12 @@ type ReplyOrderInfo struct { } type OrderSkuItem struct { - Img string - Name string - SkuId uint - Price decimal.Decimal - Quantity uint + Img string + Name string + SkuId uint + Price decimal.Decimal + Quantity uint + PackageRate uint } // Info @Title 订单列表