Files
admin-go/internal/app/system/consts/role.go

8 lines
152 B
Go
Raw Normal View History

2026-03-18 10:19:42 +08:00
package consts
const (
SuperAdminId = 1 // 超级管理员
SalesAgentId = 9 // 租户代理管理员
SiteAdminId = 10 // 租户普通管理员
2026-03-18 10:19:42 +08:00
)