update 菜单完善
This commit is contained in:
@@ -115,11 +115,11 @@ namespace Ewide.Core
|
||||
[Comment("备注")]
|
||||
public string Remark { get; set; }
|
||||
/// <summary>
|
||||
/// 不关联上级菜单显示 0标识关联 1表示不需要关联菜单 仅按钮有效
|
||||
/// 关联上级菜单显示 0表示不需要关联菜单 1表示关联 仅按钮有效
|
||||
/// </summary>
|
||||
[Comment("不关联菜单显示")]
|
||||
[Column("UnbindParent", TypeName = "bit")]
|
||||
public bool UnbindParent { get; set; }
|
||||
[Comment("关联菜单显示")]
|
||||
[Column("VisibleParent", TypeName = "bit")]
|
||||
public bool VisibleParent { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 状态(字典 0正常 1停用 2删除)
|
||||
|
||||
Reference in New Issue
Block a user