update 优化 缩短代码生成模块 包名与模块名

This commit is contained in:
疯狂的狮子Li
2026-03-30 20:02:43 +08:00
parent a6c21ac7d7
commit f1ef471c68
41 changed files with 51 additions and 51 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="${packageName}.mapper.${ClassName}Mapper">
</mapper>