feature:菜单添加unbindParent属性支持不关联上级菜单

This commit is contained in:
2021-04-26 11:37:52 +08:00
parent f6258537c2
commit 19aeb3b202
3 changed files with 16 additions and 0 deletions

View File

@@ -114,6 +114,11 @@ namespace Ewide.Core
/// </summary>
[Comment("备注")]
public string Remark { get; set; }
/// <summary>
/// 不关联上级菜单显示 0标识关联 1表示不需要关联菜单 仅按钮有效
/// </summary>
[Comment("不关联菜单显示")]
public int UnbindParent { get; set; }
/// <summary>
/// 状态(字典 0正常 1停用 2删除