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));