开发代码生成自定义配置编辑

This commit is contained in:
izory
2021-09-18 16:10:34 +08:00
parent 30e1098a45
commit 8c8c205393
22 changed files with 573 additions and 267 deletions

View File

@@ -49,6 +49,6 @@ namespace ZR.CodeGenerator
/// <summary>
/// 要生数据的表,用“,”分割
/// </summary>
public string TableList { get; set; }
//public string TableList { get; set; }
}
}