1
This commit is contained in:
7
internal/app/system/consts/role.go
Normal file
7
internal/app/system/consts/role.go
Normal file
@@ -0,0 +1,7 @@
|
||||
package consts
|
||||
|
||||
const (
|
||||
SuperAdminId = 1 // 超级管理员
|
||||
SalesAgentId = 9 // 销售代理
|
||||
SiteAdminId = 10 // 站点管理员
|
||||
)
|
||||
Reference in New Issue
Block a user