You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
628 B
Go
32 lines
628 B
Go
package config
|
|
|
|
const (
|
|
EngSysStep = "eng.step"
|
|
EngSysSid = "eng.sid"
|
|
EngSysProcess = "eng.pro"
|
|
)
|
|
|
|
const (
|
|
EngSysStepYSQR = "YSQR"
|
|
)
|
|
|
|
const (
|
|
StepYSQR = "验收确认"
|
|
)
|
|
|
|
// config里入参
|
|
const (
|
|
EngSysProcessXQXJ = "XQXJ"
|
|
EngSysProcessZQLX = "ZQLX" //TODO 这个还不确定是不是就是零星
|
|
EngSysProcessLYXJ = "LYXJ"
|
|
)
|
|
|
|
// 替换成系统能识别的参数
|
|
const (
|
|
ProcessNewBuilding = "JkDkhfgProcess" //楼宇新建
|
|
ProcessNewHouse = "GkXjGzKrProcess" //小区新建
|
|
ProcessNewLX = "ZQKHProcess" //政企零星 //TODO 这个还不确定
|
|
)
|
|
|
|
const UrlPrefix = "http://10.202.2.108:8086"
|