aa
This commit is contained in:
@@ -260,6 +260,7 @@ const (
|
||||
|
||||
OrderStatusEndBegin = 100 // 以下的状态就是结束状态
|
||||
OrderStatusFinished = 110 // 订单已完成
|
||||
OrderStatusConfirm = 112 //一件代发订单确认收货
|
||||
OrderStatusCanceled = 115 // 订单已取消
|
||||
OrderStatusEndEnd = 120
|
||||
|
||||
|
||||
@@ -209,6 +209,8 @@ type JobOrder struct {
|
||||
WaybillInfo string `orm:"type(text)" json:"waybillInfo"` //物流信息
|
||||
WaybillQueryTime time.Time `json:"waybillQueryTime"` //上次查询时间
|
||||
WaybillStatus int `json:"waybillStatus"` //运单状态(一件代发)
|
||||
DropShippingConfirmTime time.Time `json:"dropShippingConfirmTime"` //确认收货时间
|
||||
DropShippingConfirmUser string `json:"dropShippingConfirmUser"` //确认收货人
|
||||
}
|
||||
|
||||
func (v *JobOrder) TableIndex() [][]string {
|
||||
|
||||
Reference in New Issue
Block a user