代码生成自动添加菜单

This commit is contained in:
不做码农
2023-06-04 20:38:47 +08:00
parent cdd4b42f0a
commit ac38886f60
6 changed files with 130 additions and 5 deletions

View File

@@ -107,5 +107,9 @@ namespace ZR.Model.System.Generate
/// 是否生成仓储层
/// </summary>
public int GenerateRepo { get; set; }
/// <summary>
/// 自动生成菜单
/// </summary>
public bool GenerateMenu { get; set; }
}
}