|
|
@ -138,6 +138,7 @@ type OrderItem struct {
|
|
|
|
Address string `json:"address"`
|
|
|
|
Address string `json:"address"`
|
|
|
|
OrderSubSn string `json:"orderSubSn"`
|
|
|
|
OrderSubSn string `json:"orderSubSn"`
|
|
|
|
SourceOrderSn string `json:"sourceOrderSn"`
|
|
|
|
SourceOrderSn string `json:"sourceOrderSn"`
|
|
|
|
|
|
|
|
OrderSn string `json:"orderSn"`
|
|
|
|
FreightFee decimal.Decimal `json:"freightFee"`
|
|
|
|
FreightFee decimal.Decimal `json:"freightFee"`
|
|
|
|
OrderFee decimal.Decimal `json:"orderFee"`
|
|
|
|
OrderFee decimal.Decimal `json:"orderFee"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|