fix 代码生成选择上级菜单bug

This commit is contained in:
不做码农
2021-11-28 17:40:43 +08:00
parent 81a91f13b6
commit aaff546de4
8 changed files with 28 additions and 16 deletions

View File

@@ -69,8 +69,12 @@ namespace ZR.Model.System.Generate
/// </summary>
public string Options { get; set; }
#region
/** 表列信息 */
[SqlSugar.SugarColumn(IsIgnore = true)]
public List<GenTableColumn> Columns { get; set; }
[SqlSugar.SugarColumn(IsIgnore = true)]
public string ParentMenuId { get; set; }
#endregion
}
}