defence_strong_enemy/target/classes/mapper/ConfigMapper.xml
2025-07-23 16:29:53 +08:00

15 lines
520 B
XML

<?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.hshh.nation.set.mapper.ConfigMapper">
<!-- 通用查询映射结果 -->
<resultMap id="BaseResultMap" type="com.hshh.nation.set.entity.Config">
<id column="id" property="id" />
<result column="config_name" property="configName" />
<result column="config_value" property="configValue" />
</resultMap>
</mapper>