refactor: 实体命名规范调整,代码生成同步调整

This commit is contained in:
Ray.Hao
2025-12-18 09:43:36 +08:00
parent 5817826bbd
commit 8eaed3cfb7
165 changed files with 1885 additions and 2038 deletions

View File

@@ -4,7 +4,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.youlai.boot.system.mapper.DictMapper">
<!-- 字典分页列表 -->
<select id="getDictPage" resultType="com.youlai.boot.system.model.vo.DictPageVO">
<select id="getDictPage" resultType="com.youlai.boot.system.model.vo.DictPageVo">
SELECT
t1.id,
t1.name,