java_web/stu01/target/classes/mapper/SysUserMapper.xml

7 lines
356 B
XML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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="top.awinx.stu01.mapper.SysUserMapper">
<!-- 这个文件可以是空的MyBatis-Plus会动态生成SQL -->
<!-- 如果需要自定义SQL可以在这里添加 -->
</mapper>