This commit is contained in:
苏尹岚
2020-09-21 14:51:57 +08:00
parent e0d0a45d56
commit 9a3eb35949
2 changed files with 16 additions and 10 deletions

View File

@@ -28,10 +28,11 @@ const (
)
const (
OrderTypeNormal = 0 //普通订单
OrderTypeMatter = 1 //物料订单
OrderTypeSupplyGoods = 2 //进货订单
OrderTypeDefendPrice = 3 //守价订单
OrderTypeAddressErr = -1 //地址异常订单
OrderTypeNormal = 0 //普通订单
OrderTypeMatter = 1 //物料订单
OrderTypeSupplyGoods = 2 //进货订单
OrderTypeDefendPrice = 3 //守价订单
)
var (