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