update:不关联菜单改为bool
This commit is contained in:
@@ -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删除)
|
||||
|
||||
6986
Api/Ewide.Database.Migrations/Migrations/20210428092857_unbindParent.Designer.cs
generated
Normal file
6986
Api/Ewide.Database.Migrations/Migrations/20210428092857_unbindParent.Designer.cs
generated
Normal file
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user