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>