refactor: 项目结构合理性优化
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
|
||||
<mapper namespace="com.youlai.system.mapper.SysDeptMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="com.youlai.system.pojo.entity.SysDept">
|
||||
<resultMap id="BaseResultMap" type="com.youlai.system.model.entity.SysDept">
|
||||
<id property="id" column="id" jdbcType="BIGINT"/>
|
||||
<result property="name" column="name" jdbcType="VARCHAR"/>
|
||||
<result property="parentId" column="parent_id" jdbcType="BIGINT"/>
|
||||
|
||||
Reference in New Issue
Block a user