1. 添加策略模板API文档

This commit is contained in:
EnderByEndera
2024-01-12 19:25:14 +08:00
parent 8a719709a3
commit bf99b41af3
6 changed files with 8 additions and 26 deletions

View File

@@ -1,10 +0,0 @@
<?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">
<mapper namespace="com.realtime.protection.server.user.login.LoginMapper">
<select id="login" resultType="java.lang.Integer">
select test_id from t_test
where username = #{username} and passwd = #{password}
</select>
</mapper>