|
|
|
@ -122,8 +122,6 @@ type RetailOrderItem struct {
|
|
|
|
|
SourceName string `json:"sourceName"`
|
|
|
|
|
CustomerName string `json:"customerName"`
|
|
|
|
|
OrderStatus uint `json:"orderStatus"`
|
|
|
|
|
LogisticsName string `json:"logisticsName"`
|
|
|
|
|
WaybillCode string `json:"waybillCode"`
|
|
|
|
|
OrderFee decimal.Decimal `json:"orderFee"`
|
|
|
|
|
FreightFee decimal.Decimal `json:"freightFee"`
|
|
|
|
|
SupplyOrderFee decimal.Decimal `json:"supplyOrderFee"`
|
|
|
|
|