zhangqian
2023-11-02 7c1dd2e19119edd1ab147a699dfdcd11447fca14
constvar/const.go
@@ -113,3 +113,16 @@
   ProblemCodePlcProcessModelAddressList ProblemCode = "plc_process_model_address_list" //plc地址表缺失
   ProblemCodePlcConnect                 ProblemCode = "plc_connect"                    //plc连接失败
)
type SystemStatusKey string
const (
   SystemStatusKeyNsq SystemStatusKey = "nsq"
)
type SystemStatusValue string
const (
   SystemStatusValueNormal   SystemStatusValue = "1"
   SystemStatusValueUnNormal SystemStatusValue = "2"
)