finance
黄伟 2 years ago
parent 796a89af1e
commit 9d2376ab71

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

Loading…
Cancel
Save