- OrderTypeAfsOrder

This commit is contained in:
gazebo
2019-05-09 20:43:54 +08:00
parent 07f0a00cd7
commit e9b85a6ce6
2 changed files with 4 additions and 3 deletions

View File

@@ -191,8 +191,9 @@ var (
)
const (
OrderTypeOrder = 1
OrderTypeWaybill = 2
OrderTypeOrder = 1
OrderTypeWaybill = 2
OrderTypeAfsOrder = 3
)
// https://blog.csdn.net/a13570320979/article/details/51366355