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 } }