|
|
@ -205,6 +205,7 @@ type OrderItem struct {
|
|
|
|
FreightFee decimal.Decimal `json:"freightFee"`
|
|
|
|
FreightFee decimal.Decimal `json:"freightFee"`
|
|
|
|
OrderFee decimal.Decimal `json:"orderFee"`
|
|
|
|
OrderFee decimal.Decimal `json:"orderFee"`
|
|
|
|
LadingBillAt int64 `json:"ladingBillAt"`
|
|
|
|
LadingBillAt int64 `json:"ladingBillAt"`
|
|
|
|
|
|
|
|
DeliveredAt int64 `json:"deliveredAt"`
|
|
|
|
FinishAt int64 `json:"finishAt"`
|
|
|
|
FinishAt int64 `json:"finishAt"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
CancelStatus uint `json:"cancelStatus"`
|
|
|
|
CancelStatus uint `json:"cancelStatus"`
|
|
|
|