update 优化 调整 system entity 实体与 controller 包结构

This commit is contained in:
疯狂的狮子li
2023-01-16 11:16:37 +08:00
parent df6867ee05
commit f3aff34602
54 changed files with 80 additions and 79 deletions
@@ -4,7 +4,7 @@
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.ruoyi.system.mapper.SysDeptMapper">
<resultMap type="com.ruoyi.common.core.domain.entity.SysDept" id="SysDeptResult">
<resultMap type="com.ruoyi.system.domain.SysDept" id="SysDeptResult">
</resultMap>
<select id="selectDeptList" resultMap="SysDeptResult">