From 367a24617bc6d4fcc6b7ab1a08b67051d7f52589 Mon Sep 17 00:00:00 2001 From: sian Date: Thu, 29 Dec 2022 13:01: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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wholesale/order.go b/wholesale/order.go index 100320f..2010712 100644 --- a/wholesale/order.go +++ b/wholesale/order.go @@ -195,7 +195,7 @@ type OrderSkuItem struct { Price decimal.Decimal AdjustType uint AdjustPrice decimal.Decimal - RateId decimal.Decimal + Rate decimal.Decimal Quantity uint PackageRate uint }