package consts
const (
SuperAdminId = 1 // 超级管理员
SalesAgentId = 9 // 租户代理管理员
SiteAdminId = 10 // 租户普通管理员
)