mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-20 10:37:55 +08:00
ru
This commit is contained in:
14
OpenAuth.App/Define.cs
Normal file
14
OpenAuth.App/Define.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
namespace OpenAuth.App
|
||||
{
|
||||
public static class Define
|
||||
{
|
||||
public const string ROLERESOURCE= "RoleResource"; //角色资源关联KEY
|
||||
public const string USERRESOURCE = "UserResource"; //用户资源关联KEY
|
||||
public const string USERORG = "UserOrg"; //用户机构关联KEY
|
||||
public const string ROLEORG = "RoleOrg"; //角色机构关联KEY
|
||||
public const string USERELEMENT = "UserElement"; //用户菜单关联KEY
|
||||
public const string ROLEELEMENT = "RoleElement"; //角色菜单关联KEY
|
||||
public const string USERMODULE = "UserModule"; //用户模块关联KEY
|
||||
public const string ROLEMODULE = "RoleModule"; //角色模块关联KEY
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user