|
|
@ -21,7 +21,6 @@ type ArgsOrderSplit struct {
|
|
|
|
type OrderSub struct {
|
|
|
|
type OrderSub struct {
|
|
|
|
SourceOrderSn string // 供应商订单号
|
|
|
|
SourceOrderSn string // 供应商订单号
|
|
|
|
FreightFee decimal.Decimal // 运费
|
|
|
|
FreightFee decimal.Decimal // 运费
|
|
|
|
Status uint // 订单状态
|
|
|
|
|
|
|
|
OrderFee decimal.Decimal // 订单金额
|
|
|
|
OrderFee decimal.Decimal // 订单金额
|
|
|
|
Skus []OrderSplitSkuItem // 拆分订单sku
|
|
|
|
Skus []OrderSplitSkuItem // 拆分订单sku
|
|
|
|
}
|
|
|
|
}
|
|
|
|