1
0

app接口功能实现

This commit is contained in:
2025-07-11 16:40:20 +08:00
parent 1eb2502a21
commit 3ed2f97752
19 changed files with 474 additions and 51 deletions

View File

@ -4,4 +4,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
"http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.fuyuanshen.app.mapper.AppUserMapper">
<select id="appFindByUsername" resultType="com.fuyuanshen.app.domain.AppUser">
select * from app_user where user_name = #{phoneNumber}
</select>
</mapper>