用户表
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -71,7 +71,7 @@ public class CodeGenerator { | ... | @@ -71,7 +71,7 @@ public class CodeGenerator { |
71 | //4、策略配置 | 71 | //4、策略配置 |
72 | StrategyConfig strategy = new StrategyConfig(); | 72 | StrategyConfig strategy = new StrategyConfig(); |
73 | // 设置要映射的表名 | 73 | // 设置要映射的表名 |
74 | strategy.setInclude("DG_RECEIVE"); | 74 | strategy.setInclude("DG_STAFF"); |
75 | strategy.setNaming(NamingStrategy.underline_to_camel); | 75 | strategy.setNaming(NamingStrategy.underline_to_camel); |
76 | strategy.setColumnNaming(NamingStrategy.underline_to_camel); | 76 | strategy.setColumnNaming(NamingStrategy.underline_to_camel); |
77 | // 自动lombok; | 77 | // 自动lombok; | ... | ... |
-
Please register or sign in to post a comment