|
@@ -733,11 +733,6 @@ namespace Hotline.Permissions
|
|
|
/// </summary>
|
|
|
[Display(GroupName = "系统设置", Name = "修改组织", Description = "修改组织")]
|
|
|
UpdateOrg = 500103,
|
|
|
- /// <summary>
|
|
|
- /// 获取可用组织架构树形
|
|
|
- /// </summary>
|
|
|
- [Display(GroupName = "系统设置", Name = "获取可用组织架构树形", Description = "获取可用组织架构树形")]
|
|
|
- GetCanUseOrg = 500104,
|
|
|
|
|
|
#endregion
|
|
|
|
|
@@ -840,11 +835,6 @@ namespace Hotline.Permissions
|
|
|
/// </summary>
|
|
|
[Display(GroupName = "系统设置", Name = "删除菜单", Description = "删除菜单")]
|
|
|
RemoveMenu = 100403,
|
|
|
- /// <summary>
|
|
|
- /// 获取菜单对象
|
|
|
- /// </summary>
|
|
|
- [Display(GroupName = "系统设置", Name = "获取菜单对象", Description = "获取菜单对象")]
|
|
|
- GetMenu = 100408,
|
|
|
#endregion
|
|
|
|
|
|
#region 配置管理
|
|
@@ -1028,11 +1018,6 @@ namespace Hotline.Permissions
|
|
|
|
|
|
#region 知识库
|
|
|
/// <summary>
|
|
|
- /// 知识库列表
|
|
|
- /// </summary>
|
|
|
- [Display(GroupName = "知识库", Name = "知识库列表", Description = "知识库列表")]
|
|
|
- KnowledgeAllList = 600301,
|
|
|
- /// <summary>
|
|
|
/// 新增审核按钮
|
|
|
/// </summary>
|
|
|
[Display(GroupName = "知识库", Name = "新增审核按钮", Description = "提交审核按钮")]
|
|
@@ -1264,11 +1249,6 @@ namespace Hotline.Permissions
|
|
|
[Display(GroupName = "QueryBulletinList", Name = "查询公告列表", Description = "查询公告列表")]
|
|
|
QueryBulletinList = 700101,
|
|
|
/// <summary>
|
|
|
- /// 公告详情
|
|
|
- /// </summary>
|
|
|
- [Display(GroupName = "BulletinEntity", Name = "公告详情", Description = "公告详情")]
|
|
|
- BulletinEntity = 700102,
|
|
|
- /// <summary>
|
|
|
/// 新增公告
|
|
|
/// </summary>
|
|
|
[Display(GroupName = "AddBulletin", Name = "新增公告", Description = "新增公告")]
|
|
@@ -1310,11 +1290,6 @@ namespace Hotline.Permissions
|
|
|
[Display(GroupName = "辅助功能", Name = "查询通知列表", Description = "查询通知列表")]
|
|
|
QueryCircularList = 700201,
|
|
|
/// <summary>
|
|
|
- /// 通知详情
|
|
|
- /// </summary>
|
|
|
- [Display(GroupName = "辅助功能", Name = "通知详情", Description = "通知详情")]
|
|
|
- CircularEntity = 700202,
|
|
|
- /// <summary>
|
|
|
/// 新增通知
|
|
|
/// </summary>
|
|
|
[Display(GroupName = "辅助功能", Name = "新增通知", Description = "新增通知")]
|