This commit is contained in:
2025-08-18 20:07:04 +08:00
parent 3e69b5db37
commit af500ad757
4 changed files with 87 additions and 123 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="sdfdsafdfd">
<mapper namespace="fdsgfgd">
<select id="selectList" resultType="com.example.practice.entity.User">
select * from user
</select>
@ -24,9 +24,6 @@
</update>
</mapper>
<!--SQL映射文件-->
<!--SQL映射文件-->