代码生成支持mysql脚本生成菜单权限

This commit is contained in:
izory
2021-09-24 10:09:18 +08:00
parent b8c5231740
commit 3a418df47f
6 changed files with 58 additions and 20 deletions

View File

@@ -20,6 +20,10 @@ namespace ZR.CodeGenerator.Model
/// 如果目标文件存在是否覆盖。默认为false
/// </summary>
public bool coverd { get; set; } = true;
/// <summary>
/// 生成代码的数据库类型 0、mysql 1、sqlserver
/// </summary>
public int DbType { get; set; }
public GenTable GenTable { get; set; }
#region
//public string ModelPath { get; set; }