代码生成器模板统一风格

This commit is contained in:
lhzsdnu 2023-07-20 08:54:32 +08:00
parent 9d6213d65c
commit 6374524731
3 changed files with 3 additions and 3 deletions

View File

@ -4,4 +4,4 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="#(packageConfig.mapperPackage).#(table.buildMapperClassName())">
</mapper>
</mapper>

View File

@ -11,4 +11,4 @@ import #(packageConfig.entityPackage).#(table.buildEntityClassName());
*/
public interface #(table.buildServiceClassName()) extends #(serviceConfig.buildSuperClassName())<#(table.buildEntityClassName())> {
}
}

View File

@ -121,4 +121,4 @@ public class #(table.buildServiceImplClassName()) extends #(serviceImplConfig.bu
}
#end
}
}