Browse Source

添加项目定义

pull/135/head
zhangxin 3 years ago
parent
commit
84ddbdf68b
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      models/base/Const.go

+ 3
- 0
models/base/Const.go View File

@ -3,6 +3,9 @@ package base
// 单据状态常量
const (
PlantNr = 100
PROJECT_ACURA = "ACURA"
PROJECT_NANSHA = "nansha"
// 工单绑定来源类型
ORDER_IDENTIFY_SOURCE_MONITOR = "MONITOR"
ORDER_IDENTIFY_SOURCE_PRODUCE = "PRODUCE"


Loading…
Cancel
Save