package consts const ( SuperAdminId = 1 // 超级管理员 SalesAgentId = 9 // 销售代理 SiteAdminId = 10 // 站点管理员 )