Files
klp-oa/klp-reader/src/main/resources/mapper/ScanResultMapper.xml
2025-07-22 13:23:35 +08:00

6 lines
280 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="com.klp.reader.ScanResultMapper">
<!-- 通用CRUD由MyBatis-Plus自动实现无需手写SQL -->
</mapper>