zhangqian
2023-08-21 2c96bc009ce9b92049293949d563a80fca9cd6c8
constvar/const.go
@@ -1,15 +1,11 @@
package constvar
type UserStatus int
type UserType int
const (
   UserTypeSuper   UserType = iota + 1 // 超级管理员
   UserTypePrimary                     // 主账户
   UserTypeSub                         // 子账户
   NsqTopicScheduleTask = "aps.%v.scheduleTask" //排程任务下发
)
type PlcStartAddressType string
const (
   ApsServerHost = ""
   PlcStartAddressTypeFinishNumber = "1"
)