feature:菜单添加unbindParent属性支持不关联上级菜单
This commit is contained in:
@@ -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删除)
|
||||
|
||||
Reference in New Issue
Block a user