Newer
Older
casic-metering-biz-xichang / casic-metering-dao / src / main / resources / mapper / business / BizBusinessDeviceMeasureItemDataSafetyValveMapper.xml
wangpeng on 26 Dec 2023 1 KB 安全阀检校装置检定、核查
<?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.casic.missiles.mapper.business.BizBusinessDeviceMeasureItemDataSafetyValveMapper">

    <!-- 通用查询映射结果 -->
    <resultMap id="BaseResultMap" type="com.casic.missiles.model.business.BizBusinessDeviceMeasureItemDataSafetyValve">
        <id column="id" property="id" />
        <result column="item_id" property="itemId" />
        <result column="data_type" property="dataType" />
        <result column="nominal_value" property="nominalValue" />
        <result column="unit" property="unit" />
        <result column="allow_value" property="allowValue" />
        <result column="create_time" property="createTime" />
        <result column="update_time" property="updateTime" />
    </resultMap>

    <!-- 通用查询结果列 -->
    <sql id="Base_Column_List">
        id, item_id, data_type, nominal_value, unit, allow_value, create_time, update_time
    </sql>

</mapper>