finance
黄伟 2 years ago
parent a4e51cfc0b
commit 6533281d01

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

Loading…
Cancel
Save