<?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.flightfeather.uav.domain.mapper.RealTimeDataGridOptMapper">
|
<resultMap id="BaseResultMap" type="com.flightfeather.uav.domain.entity.RealTimeDataGridOpt">
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="id" jdbcType="INTEGER" property="id" />
|
<result column="device_code" jdbcType="VARCHAR" property="deviceCode" />
|
<result column="latitude" jdbcType="DECIMAL" property="latitude" />
|
<result column="longitude" jdbcType="DECIMAL" property="longitude" />
|
<result column="altitude" jdbcType="REAL" property="altitude" />
|
<result column="data_time" jdbcType="TIMESTAMP" property="dataTime" />
|
<result column="create_time" jdbcType="TIMESTAMP" property="createTime" />
|
<result column="NO2" jdbcType="REAL" property="no2" />
|
<result column="CO" jdbcType="REAL" property="co" />
|
<result column="H2S" jdbcType="REAL" property="h2s" />
|
<result column="SO2" jdbcType="REAL" property="so2" />
|
<result column="O3" jdbcType="REAL" property="o3" />
|
<result column="PM25" jdbcType="REAL" property="pm25" />
|
<result column="PM10" jdbcType="REAL" property="pm10" />
|
<result column="temperature" jdbcType="REAL" property="temperature" />
|
<result column="humidity" jdbcType="REAL" property="humidity" />
|
<result column="VOC" jdbcType="REAL" property="voc" />
|
<result column="NOI" jdbcType="REAL" property="noi" />
|
<result column="NO" jdbcType="REAL" property="no" />
|
<result column="velocity" jdbcType="REAL" property="velocity" />
|
<result column="wind_speed" jdbcType="REAL" property="windSpeed" />
|
<result column="wind_direction" jdbcType="REAL" property="windDirection" />
|
<result column="height" jdbcType="REAL" property="height" />
|
</resultMap>
|
<sql id="Base_Column_List">
|
<!--
|
WARNING - @mbg.generated
|
-->
|
id, device_code, latitude, longitude, altitude, data_time, create_time, NO2, CO,
|
H2S, SO2, O3, PM25, PM10, temperature, humidity, VOC, NOI, NO, velocity, wind_speed,
|
wind_direction, height
|
</sql>
|
</mapper>
|