ruoyi-modules/ruoyi-system/src/main/java/com/ruoyi/system/controller/GeneratorMybatisPlus.java
@@ -74,7 +74,7 @@ strategy.setControllerMappingHyphenStyle(true); //表和前缀处理 String[] table = { "t_member_gift_record" "t_member_coupon_record" }; strategy.setInclude(table); String[] tablePre = new String[]{"t_"};