2017-12-12 17:19:46 +08:00
|
|
|
|
namespace OpenAuth.App
|
|
|
|
|
{
|
|
|
|
|
public static class Define
|
|
|
|
|
{
|
2017-12-15 17:44:30 +08:00
|
|
|
|
public static string USERROLE = "UserRole"; //用户角色关联KEY
|
2017-12-12 17:19:46 +08:00
|
|
|
|
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
|
|
|
|
|
}
|
|
|
|
|
}
|