1
0

com.fuyuanshen.

This commit is contained in:
2025-06-27 11:07:20 +08:00
parent b94549185c
commit 3e0b50e954
29 changed files with 29 additions and 29 deletions

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysClientMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysClientMapper">
</mapper>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysConfigMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysConfigMapper">
</mapper>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysDeptMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysDeptMapper">
<resultMap type="com.fuyuanshen.system.domain.vo.SysDeptVo" id="SysDeptResult">
</resultMap>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysDictDataMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysDictDataMapper">
</mapper>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysDictTypeMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysDictTypeMapper">
</mapper>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysLogininforMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysLogininforMapper">
</mapper>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysMenuMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysMenuMapper">
<resultMap type="com.fuyuanshen.system.domain.SysMenu" id="SysMenuResult">
</resultMap>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysNoticeMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysNoticeMapper">
</mapper>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysOperLogMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysOperLogMapper">
</mapper>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysOssConfigMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysOssConfigMapper">
</mapper>

View File

@ -1,5 +1,5 @@
<?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="com.dromara.system.mapper.SysOssMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysOssMapper">
</mapper>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysPostMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysPostMapper">
<resultMap type="com.fuyuanshen.system.domain.vo.SysPostVo" id="SysPostResult">
</resultMap>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysRoleDeptMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysRoleDeptMapper">
</mapper>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysRoleMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysRoleMapper">
<resultMap type="com.fuyuanshen.system.domain.vo.SysRoleVo" id="SysRoleResult">
</resultMap>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysRoleMenuMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysRoleMenuMapper">
</mapper>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysSocialMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysSocialMapper">
</mapper>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysTenantMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysTenantMapper">
</mapper>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysTenantPackageMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysTenantPackageMapper">
</mapper>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysUserMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysUserMapper">
<resultMap type="com.fuyuanshen.system.domain.vo.SysUserVo" id="SysUserResult">
<id property="userId" column="user_id"/>

View File

@ -2,6 +2,6 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysUserPostMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysUserPostMapper">
</mapper>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.system.mapper.SysUserRoleMapper">
<mapper namespace="com.fuyuanshen.system.mapper.SysUserRoleMapper">
<select id="selectUserIdsByRoleId" resultType="Long">
select u.user_id from sys_user u