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 <!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> "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 id="customPageList" resultType="com.fuyuanshen.demo.domain.vo.TestDemoVo">
SELECT * FROM test_demo ${ew.customSqlSegment} SELECT * FROM test_demo ${ew.customSqlSegment}

View File

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

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper <!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> "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 type="com.fuyuanshen.generator.domain.GenTableColumn" id="GenTableColumnResult">
</resultMap> </resultMap>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper <!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dromara.generator.mapper.GenTableMapper"> <mapper namespace="com.fuyuanshen.generator.mapper.GenTableMapper">
<!-- 多结构嵌套自动映射需带上每个实体的主键id 否则映射会失败 --> <!-- 多结构嵌套自动映射需带上每个实体的主键id 否则映射会失败 -->
<resultMap type="com.fuyuanshen.generator.domain.GenTable" id="GenTableResult"> <resultMap type="com.fuyuanshen.generator.domain.GenTable" id="GenTableResult">

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?> <?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"> <!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> </mapper>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper <!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> "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 id="selectUserIdsByRoleId" resultType="Long">
select u.user_id from sys_user u select u.user_id from sys_user u

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper <!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> "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 id="countCategoryById" resultType="Long">
select count(*) from flow_category where del_flag = '0' and category_id = #{categoryId} select count(*) from flow_category where del_flag = '0' and category_id = #{categoryId}

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper <!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> "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 type="com.fuyuanshen.workflow.domain.vo.FlowInstanceVo" id="FlowInstanceResult">
</resultMap> </resultMap>

View File

@ -2,7 +2,7 @@
<!DOCTYPE mapper <!DOCTYPE mapper
PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd"> "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 type="com.fuyuanshen.workflow.domain.vo.FlowTaskVo" id="FlowTaskResult">
</resultMap> </resultMap>
<resultMap type="com.fuyuanshen.workflow.domain.vo.FlowHisTaskVo" id="FlowHisTaskResult"> <resultMap type="com.fuyuanshen.workflow.domain.vo.FlowHisTaskVo" id="FlowHisTaskResult">

View File

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