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 运费处理