diff --git a/business/model/order.go b/business/model/order.go index 2dd055cc6..ffaf517fe 100644 --- a/business/model/order.go +++ b/business/model/order.go @@ -96,8 +96,8 @@ type Waybill struct { WaybillVendorID int `orm:"column(waybill_vendor_id)" json:"waybillVendorID"` VendorOrderID string `orm:"column(vendor_order_id);size(48)" json:"vendorOrderID"` OrderVendorID int `orm:"column(order_vendor_id)" json:"orderVendorID"` - CourierName string `orm:"size(32)" json:"-"` - CourierMobile string `orm:"size(32)" json:"-"` + CourierName string `orm:"size(32)" json:"courierName"` + CourierMobile string `orm:"size(32)" json:"courierMobile"` Status int `json:"status"` // 参见WaybillStatus*相关的常量定义 VendorStatus string `orm:"size(255)" json:"-"` ActualFee int64 `json:"actualFee"` // 实际要支付给快递公司的费用