Browse Source

智能分诊科室显示可配置

gaodm 5 years ago
parent
commit
fec90732bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tran-service/src/test/java/com/diagbot/CodeGeneration.java

+ 1 - 1
tran-service/src/test/java/com/diagbot/CodeGeneration.java

@@ -56,7 +56,7 @@ public class CodeGeneration {
         StrategyConfig strategy = new StrategyConfig();
         strategy.setTablePrefix(new String[] { "tran_" });// 此处可以修改为您的表前缀
         strategy.setNaming(NamingStrategy.underline_to_camel);// 表名生成策略
-        strategy.setInclude(new String[] { "tran_sys_set" }); // 需要生成的表
+        strategy.setInclude(new String[] { "tran_hospital_dept" }); // 需要生成的表
 
         strategy.setSuperServiceClass(null);
         strategy.setSuperServiceImplClass(null);