This commit is contained in:
2025-08-18 13:13:57 +08:00
parent b382150514
commit 3e69b5db37
7 changed files with 1 additions and 315 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.example.practice.mapper.UserMapper">
<mapper namespace="sdfdsafdfd">
<select id="selectList" resultType="com.example.practice.entity.User">
select * from user
</select>