mm
This commit is contained in:
@@ -32,7 +32,13 @@ const (
|
||||
JobTypeJdDelivery = 2 //京东快递任务
|
||||
)
|
||||
|
||||
const ()
|
||||
var (
|
||||
DeliveryStatusName = map[int]string{
|
||||
OrderStatusNew: "上门取件中",
|
||||
OrderStatusDelivering: "配送中",
|
||||
OrderStatusFinished: "已妥投",
|
||||
}
|
||||
)
|
||||
|
||||
type Job struct {
|
||||
ModelIDCULD
|
||||
|
||||
Reference in New Issue
Block a user