update:不关联菜单改为bool

This commit is contained in:
2021-04-28 17:31:56 +08:00
parent eae4496c7b
commit 1f6626717a
4 changed files with 9302 additions and 155 deletions

View File

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

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff