This commit is contained in:
2026-04-25 11:59:10 +08:00
parent e246271a24
commit ba463ae38d
33 changed files with 1600 additions and 112 deletions

View File

@@ -0,0 +1,7 @@
package auth
// 账号在控制台维度的「壳」类型(与 user_type 管理员/普通 正交)
const (
AccountKindStandalone = "standalone"
AccountKindSubordinate = "subordinate"
)