Commit ff1e352b authored by shizhilong's avatar shizhilong

bug修改 -shizhilong

parent e02b21dd
...@@ -25,14 +25,12 @@ public class CodeGenerate { ...@@ -25,14 +25,12 @@ public class CodeGenerate {
String outputDir = projectPath + "\\jeecg-module-system\\src\\main\\java\\"; String outputDir = projectPath + "\\jeecg-module-system\\src\\main\\java\\";
// 模块名 // 模块名
String moduleName = "dynamicStaticAnalysis"; String moduleName = "school";
// 表名 // 表名
String[] tables = { String[] tables = {
"t_dsa_config_static", "t_jh_school_plan_batch_master",
"t_dsa_config_static_biz",
"t_dsa_config_dynamics",
"t_dsa_config_dynamics_biz",
}; };
...@@ -60,7 +58,7 @@ public class CodeGenerate { ...@@ -60,7 +58,7 @@ public class CodeGenerate {
// 设置过滤前缀 // 设置过滤前缀
.strategyConfig(builder -> { .strategyConfig(builder -> {
builder.addInclude(tables) // 设置需要生成的表名 builder.addInclude(tables) // 设置需要生成的表名
.addTablePrefix("t_sn", "t_da","t_ek","t_xd","t_dsg","t_dsa"); // 设置过滤表前缀 .addTablePrefix("t_sn", "t_da","t_ek","t_xd","t_dsg","t_djt","t_jh"); // 设置过滤表前缀
// entity实体策略 // entity实体策略
builder.entityBuilder() builder.entityBuilder()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment