From bc365ed121ae9c38054b786042e6db57312f2c7a Mon Sep 17 00:00:00 2001 From: zhangqian <zhangqian@123.com> Date: 星期四, 29 二月 2024 17:55:05 +0800 Subject: [PATCH] Merge branch 'master' of http://192.168.5.5:10010/r/silk/silkServer --- constvar/const.go | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/constvar/const.go b/constvar/const.go index 16cb4da..34d9dc1 100644 --- a/constvar/const.go +++ b/constvar/const.go @@ -8,3 +8,11 @@ DictTypeColor //棰滆壊 DictTypeSpec //瑙勬牸 ) + +type UserType int + +const ( + UserTypeSuper UserType = iota + 1 // 瓒呯骇绠$悊鍛� + UserTypePrimary // 涓昏处鎴� + UserTypeSub // 瀛愯处鎴� +) -- Gitblit v1.8.0