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" )