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