Files
tyapi-server/internal/shared/auth/account_kind.go

8 lines
192 B
Go
Raw Normal View History

2026-04-25 11:59:10 +08:00
package auth
// 账号在控制台维度的「壳」类型(与 user_type 管理员/普通 正交)
const (
AccountKindStandalone = "standalone"
AccountKindSubordinate = "subordinate"
)