Commit 6463efa2 authored by hkl's avatar hkl

feat:1.动静态分析

parent 0e6f9333
......@@ -29,7 +29,8 @@ public class CodeGenerate {
// 表名
String[] tables = {
"t_dsa_config_instrument_check",
"t_dsa_analysis_batch",
"t_dsa_analysis_batch_check_data_map",
};
......@@ -57,7 +58,7 @@ public class CodeGenerate {
// 设置过滤前缀
.strategyConfig(builder -> {
builder.addInclude(tables) // 设置需要生成的表名
.addTablePrefix("t_sn", "t_da","t_ek","t_xd","t_dsg","t_djt","t_jh","t_dsa"); // 设置过滤表前缀
.addTablePrefix("t_sn", "t_da", "t_ek", "t_xd", "t_dsg", "t_djt", "t_jh", "t_dsa"); // 设置过滤表前缀
// entity实体策略
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