<?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.ds1.mapper.DataProductMiddleMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.DataProductMiddle" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="DPM_Id" property="dpmId" jdbcType="INTEGER" />
|
<result column="DPM_Task_Id" property="dpmTaskId" jdbcType="VARCHAR" />
|
<result column="DPM_Province_Code" property="dpmProvinceCode" jdbcType="VARCHAR" />
|
<result column="DPM_City_Code" property="dpmCityCode" jdbcType="VARCHAR" />
|
<result column="DPM_District_Code" property="dpmDistrictCode" jdbcType="VARCHAR" />
|
<result column="DPM_Town_Code" property="dpmTownCode" jdbcType="VARCHAR" />
|
<result column="DPM_Start_Time" property="dpmStartTime" jdbcType="TIMESTAMP" />
|
<result column="DPM_End_Time" property="dpmEndTime" jdbcType="TIMESTAMP" />
|
<result column="DPM_Scene_Type_Id" property="dpmSceneTypeId" jdbcType="TINYINT" />
|
</resultMap>
|
<resultMap id="ResultMapWithBLOBs" type="cn.flightfeather.supervision.domain.ds1.entity.DataProductMiddle" extends="BaseResultMap" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<result column="DPM_Content" property="dpmContent" jdbcType="LONGVARCHAR" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
DPM_Id, DPM_Task_Id, DPM_Province_Code, DPM_City_Code, DPM_District_Code, DPM_Town_Code,
|
DPM_Start_Time, DPM_End_Time, DPM_Scene_Type_Id
|
</sql>
|
<sql id="Blob_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
DPM_Content
|
</sql>
|
</mapper>
|