refactor: 类名优化

This commit is contained in:
haoxr
2022-10-29 23:48:57 +08:00
parent 24df974ed9
commit 8c988de05a
15 changed files with 36 additions and 45 deletions

View File

@@ -5,7 +5,7 @@
<mapper namespace="com.youlai.system.mapper.SysMenuMapper">
<!-- 菜单路由映射 -->
<resultMap id="RouteMap" type="com.youlai.system.pojo.po.RoutePO">
<resultMap id="RouteMap" type="com.youlai.system.pojo.bo.RouteBO">
<id property="id" column="id" jdbcType="BIGINT"/>
<result property="name" column="name" jdbcType="VARCHAR"/>
<result property="parentId" column="parent_id" jdbcType="BIGINT"/>