修改参数

finance
杨赟 2 years ago
parent 711b4948ab
commit 3b7ff178da

@ -9,15 +9,15 @@ import (
type order struct { type order struct {
} }
type ArgsOrderSplit struct { type ArgsOrderSplit struct {
SourceOrderSn string // 供应商订单号
Source source // 商品来源 Source source // 商品来源
ParentSourceOrderSn string // 上级订单号 ParentSourceOrderSn string // 上级订单号
OrderSubs []OrderSub // 子订单 OrderSubs []OrderSub // 子订单
} }
type OrderSub struct { type OrderSub struct {
FreightFee decimal.Decimal // 运费 SourceOrderSn string // 供应商订单号
OrderFee decimal.Decimal // 订单金额 FreightFee decimal.Decimal // 运费
Skus []OrderSplitSkuItem // 拆分订单sku OrderFee decimal.Decimal // 订单金额
Skus []OrderSplitSkuItem // 拆分订单sku
} }
type OrderSplitSkuItem struct { type OrderSplitSkuItem struct {
SourceSkuId string SourceSkuId string

Loading…
Cancel
Save