<?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.LampDeviceDataMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.LampDeviceData" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="id" property="id" jdbcType="INTEGER" />
|
<result column="channel_num" property="channelNum" jdbcType="VARCHAR" />
|
<result column="clean_liness" property="cleanLiness" jdbcType="VARCHAR" />
|
<result column="device_code" property="deviceCode" jdbcType="VARCHAR" />
|
<result column="device_name" property="deviceName" jdbcType="VARCHAR" />
|
<result column="device_state" property="deviceState" jdbcType="VARCHAR" />
|
<result column="enter_id" property="enterId" jdbcType="VARCHAR" />
|
<result column="fan_state" property="fanState" jdbcType="VARCHAR" />
|
<result column="lampblack_value" property="lampblackValue" jdbcType="DOUBLE" />
|
<result column="monitor_time" property="monitorTime" jdbcType="TIMESTAMP" />
|
<result column="production_date" property="productionDate" jdbcType="TIMESTAMP" />
|
<result column="purifier_state" property="purifierState" jdbcType="VARCHAR" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
id, channel_num, clean_liness, device_code, device_name, device_state, enter_id,
|
fan_state, lampblack_value, monitor_time, production_date, purifier_state
|
</sql>
|
</mapper>
|