xiangpei
2025-04-18 0aa739db8268b442ab74634289ffed00124a976a
dev-sys/src/main/java/com/monkeylessey/gen/utils/GenerateCodeUtil.java
@@ -116,12 +116,12 @@
                .packageConfig(builder -> {
                    builder.parent("com.monkeylessey")
                            //.moduleName("onceCode")
                            .entity("sys.domain.entity")
                            .entity("domain.entity")
                            .service("service")
                            .serviceImpl("service.impl")
                            .controller("controller")
                            .mapper("mapper")
                            .other("sys.domain")
                            .other("domain")
                            .xml("mapper")
                            .pathInfo(Collections.singletonMap(OutputFile.other, finalOutDir + "\\domain"))
                            .pathInfo(Collections.singletonMap(OutputFile.xml, finalMapperDir));