From 9d2376ab7109de6f5dfa3167dfe491bfeea3c9ce Mon Sep 17 00:00:00 2001 From: sian Date: Mon, 26 Dec 2022 13:29:36 +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 4b16447..f511bcd 100644 --- a/wholesale/order.go +++ b/wholesale/order.go @@ -45,11 +45,11 @@ func (o *order) Split(ctx context.Context, args ArgsOrderSplit) (err error) { type ArgsOrderFreightFee struct { Source source OrderFreightFees []OrderFreightFee + FreightFile string // 附件 } type OrderFreightFee struct { SourceOrderSn string // 供应商订单号 FreightFee decimal.Decimal // 运费 - FreightFile string // 附件 } // FreightFee @Title 运费处理