1
This commit is contained in:
@@ -229,9 +229,10 @@ var (
|
||||
)
|
||||
|
||||
const (
|
||||
OrderTypeOrder = 1 // 新订单
|
||||
OrderTypeWaybill = 2 // 运单
|
||||
OrderTypeAfsOrder = 3 // 售后单
|
||||
OrderTypeOrder = 1 // 新订单
|
||||
OrderTypeWaybill = 2 // 运单
|
||||
OrderTypeAfsOrder = 3 // 售后单
|
||||
OrderTypePrintAfsOrder = 4 // 售后打印
|
||||
)
|
||||
|
||||
// https://blog.csdn.net/a13570320979/article/details/51366355
|
||||
|
||||
Reference in New Issue
Block a user