feiyu02
2024-08-15 196bb14112448857a885e32dc4149e308e00b01a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?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="cn.flightfeather.supervision.domain.mapper.VOCHourValueMapper">
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.VOCHourValue">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="VOC_ID" jdbcType="INTEGER" property="vocId" />
    <result column="VOC_Stat_Code" jdbcType="VARCHAR" property="vocStatCode" />
    <result column="VOC_Create_Time" jdbcType="TIMESTAMP" property="vocCreateTime" />
    <result column="VOC_Data_Time" jdbcType="TIMESTAMP" property="vocDataTime" />
    <result column="VOC_Value" jdbcType="DOUBLE" property="vocValue" />
    <result column="VOC_Unit" jdbcType="VARCHAR" property="vocUnit" />
    <result column="VOC_Temperature" jdbcType="DOUBLE" property="vocTemperature" />
    <result column="VOC_RH" jdbcType="DOUBLE" property="vocRh" />
    <result column="VOC_Fan_Electricity_1" jdbcType="DOUBLE" property="vocFanElectricity1" />
    <result column="VOC_Fan_Electricity_2" jdbcType="DOUBLE" property="vocFanElectricity2" />
    <result column="VOC_Fan_Electricity_3" jdbcType="DOUBLE" property="vocFanElectricity3" />
    <result column="VOC_Fan_Electricity_4" jdbcType="DOUBLE" property="vocFanElectricity4" />
    <result column="VOC_Fan_Electricity_5" jdbcType="DOUBLE" property="vocFanElectricity5" />
    <result column="VOC_Fan_Electricity_6" jdbcType="DOUBLE" property="vocFanElectricity6" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--
      WARNING - @mbg.generated
    -->
    VOC_ID, VOC_Stat_Code, VOC_Create_Time, VOC_Data_Time, VOC_Value, VOC_Unit, VOC_Temperature, 
    VOC_RH, VOC_Fan_Electricity_1, VOC_Fan_Electricity_2, VOC_Fan_Electricity_3, VOC_Fan_Electricity_4, 
    VOC_Fan_Electricity_5, VOC_Fan_Electricity_6
  </sql>
</mapper>