<?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.VocPurifyDeviceMapper">
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.VocPurifyDevice">
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="VP_Id" jdbcType="INTEGER" property="vpId" />
|
<result column="IB_GUID" jdbcType="VARCHAR" property="ibGuid" />
|
<result column="VP_Air_Volume" jdbcType="INTEGER" property="vpAirVolume" />
|
<result column="VP_Absorbent_Name" jdbcType="VARCHAR" property="vpAbsorbentName" />
|
<result column="VP_Absorbent_Amount" jdbcType="INTEGER" property="vpAbsorbentAmount" />
|
<result column="VP_Period_Unit" jdbcType="VARCHAR" property="vpPeriodUnit" />
|
<result column="VP_Period_Count" jdbcType="INTEGER" property="vpPeriodCount" />
|
<result column="VP_Period_Weight" jdbcType="DOUBLE" property="vpPeriodWeight" />
|
<result column="VP_Create_Time" jdbcType="TIMESTAMP" property="vpCreateTime" />
|
<result column="VP_Change_Time" jdbcType="TIMESTAMP" property="vpChangeTime" />
|
</resultMap>
|
<sql id="Base_Column_List">
|
<!--
|
WARNING - @mbg.generated
|
-->
|
VP_Id, IB_GUID, VP_Air_Volume, VP_Absorbent_Name, VP_Absorbent_Amount, VP_Period_Unit,
|
VP_Period_Count, VP_Period_Weight, VP_Create_Time, VP_Change_Time
|
</sql>
|
</mapper>
|