response/target/classes/mapper/ZhzsTertiaryImportanceListMapper.xml
2025-06-27 10:04:22 +08:00

20 lines
874 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.example.demo.mapper.ZhzsTertiaryImportanceListMapper">
<resultMap id="BaseResultMap" type="com.example.demo.domain.ZhzsTertiaryImportanceList">
<result property="id" column="id" jdbcType="OTHER"/>
<result property="areaName" column="area_name" jdbcType="OTHER"/>
<result property="month" column="month" jdbcType="OTHER"/>
<result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
<result property="tertiaryImportance" column="tertiary_importance" jdbcType="DECIMAL"/>
</resultMap>
<sql id="Base_Column_List">
id,area_name,month,
update_time,tertiary_importance
</sql>
</mapper>