constvar/const.go @@ -8,3 +8,11 @@ DictTypeColor //颜色 DictTypeSpec //规格 ) type UserType int const ( UserTypeSuper UserType = iota + 1 // 超级管理员 UserTypePrimary // 主账户 UserTypeSub // 子账户 )