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,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.demo.mapper.TestDemoMapper">
<mapper namespace="com.fuyuanshen.demo.mapper.TestDemoMapper">
<select id="customPageList" resultType="com.fuyuanshen.demo.domain.vo.TestDemoVo">
SELECT * FROM test_demo ${ew.customSqlSegment}

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.demo.mapper.TestTreeMapper">
<mapper namespace="com.fuyuanshen.demo.mapper.TestTreeMapper">
</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.generator.mapper.GenTableColumnMapper">
<mapper namespace="com.fuyuanshen.generator.mapper.GenTableColumnMapper">
<resultMap type="com.fuyuanshen.generator.domain.GenTableColumn" id="GenTableColumnResult">
</resultMap>

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.generator.mapper.GenTableMapper">
<mapper namespace="com.fuyuanshen.generator.mapper.GenTableMapper">
<!-- 多结构嵌套自动映射需带上每个实体的主键id 否则映射会失败 -->
<resultMap type="com.fuyuanshen.generator.domain.GenTable" id="GenTableResult">

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

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.workflow.mapper.FlwCategoryMapper">
<mapper namespace="com.fuyuanshen.workflow.mapper.FlwCategoryMapper">
<select id="countCategoryById" resultType="Long">
select count(*) from flow_category where del_flag = '0' and category_id = #{categoryId}

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.workflow.mapper.FlwInstanceMapper">
<mapper namespace="com.fuyuanshen.workflow.mapper.FlwInstanceMapper">
<resultMap type="com.fuyuanshen.workflow.domain.vo.FlowInstanceVo" id="FlowInstanceResult">
</resultMap>

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.workflow.mapper.FlwTaskMapper">
<mapper namespace="com.fuyuanshen.workflow.mapper.FlwTaskMapper">
<resultMap type="com.fuyuanshen.workflow.domain.vo.FlowTaskVo" id="FlowTaskResult">
</resultMap>
<resultMap type="com.fuyuanshen.workflow.domain.vo.FlowHisTaskVo" id="FlowHisTaskResult">

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.workflow.mapper.TestLeaveMapper">
<mapper namespace="com.fuyuanshen.workflow.mapper.TestLeaveMapper">
</mapper>