|
@@ -11,7 +11,11 @@ namespace Hotline.Permissions
|
|
|
NotSet = 0, //error condition
|
|
|
|
|
|
//Here is an example of very detailed control over something
|
|
|
-
|
|
|
+ /// <summary>
|
|
|
+ /// 首页
|
|
|
+ /// </summary>
|
|
|
+ [Display(GroupName ="首页",Name ="首页",Description ="首页")]
|
|
|
+ Home = 000000,
|
|
|
|
|
|
#region 系统管理相关接口(100)
|
|
|
|
|
@@ -26,7 +30,6 @@ namespace Hotline.Permissions
|
|
|
/// </summary>
|
|
|
[Display(GroupName ="系统管理",Name ="机构用户",Description ="机构用户")]
|
|
|
UserManage = 100100,
|
|
|
-
|
|
|
#region 用户管理
|
|
|
/// <summary>
|
|
|
/// 分页查询用户
|
|
@@ -64,7 +67,6 @@ namespace Hotline.Permissions
|
|
|
[Display(GroupName ="用户管理",Name = "查询密码更改状态",Description = "查询密码更改状态")]
|
|
|
GetPasswordChangeStatus=100107,
|
|
|
#endregion
|
|
|
-
|
|
|
#region 角色管理
|
|
|
/// <summary>
|
|
|
/// 分页查询角色
|
|
@@ -122,7 +124,6 @@ namespace Hotline.Permissions
|
|
|
GetDataAuthorityByRole = 100209,
|
|
|
#endregion
|
|
|
#endregion
|
|
|
-
|
|
|
#region 系统参数
|
|
|
|
|
|
/// <summary>
|
|
@@ -137,7 +138,6 @@ namespace Hotline.Permissions
|
|
|
ModifySettings = 100301,
|
|
|
|
|
|
#endregion
|
|
|
-
|
|
|
#region 菜单管理
|
|
|
/// <summary>
|
|
|
/// 菜单管理
|
|
@@ -164,6 +164,7 @@ namespace Hotline.Permissions
|
|
|
/// </summary>
|
|
|
[Display(GroupName ="系统设置",Name ="获取菜单对象",Description ="获取菜单对象")]
|
|
|
GetMenu = 100408,
|
|
|
+ #endregion
|
|
|
#region 按钮管理
|
|
|
/// <summary>
|
|
|
/// 获取菜单按钮
|
|
@@ -185,8 +186,11 @@ namespace Hotline.Permissions
|
|
|
/// </summary>
|
|
|
[Display(GroupName ="系统设置",Name ="删除按钮",Description ="删除按钮")]
|
|
|
RemoveButton = 100407,
|
|
|
- #endregion
|
|
|
-
|
|
|
+ /// <summary>
|
|
|
+ /// 获取按钮对象
|
|
|
+ /// </summary>
|
|
|
+ [Display(GroupName ="系统设置",Name ="获取按钮对象",Description ="获取按钮对象")]
|
|
|
+ GetButton = 100409,
|
|
|
#endregion
|
|
|
|
|
|
#endregion
|