<?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.SceneMixingPlantMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.SceneMixingPlant" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="S_GUID" property="sGuid" jdbcType="VARCHAR" />
|
<result column="MP_Status" property="mpStatus" jdbcType="VARCHAR" />
|
<result column="MP_Floor_Space" property="mpFloorSpace" jdbcType="VARCHAR" />
|
<result column="MP_Planning_Area" property="mpPlanningArea" jdbcType="VARCHAR" />
|
<result column="MP_Employer_Unit" property="mpEmployerUnit" jdbcType="VARCHAR" />
|
<result column="MP_Employer_Contacts" property="mpEmployerContacts" jdbcType="VARCHAR" />
|
<result column="MP_Employer_Contacts_Tel" property="mpEmployerContactsTel" jdbcType="VARCHAR" />
|
<result column="MP_Green_Plant" property="mpGreenPlant" jdbcType="BIT" />
|
<result column="MP_Civilly_Plant" property="mpCivillyPlant" jdbcType="BIT" />
|
<result column="SI_Extension1" property="siExtension1" jdbcType="VARCHAR" />
|
<result column="SI_Extension2" property="siExtension2" jdbcType="VARCHAR" />
|
<result column="SI_Extension3" property="siExtension3" jdbcType="VARCHAR" />
|
<result column="SI_Remark" property="siRemark" jdbcType="VARCHAR" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
S_GUID, MP_Status, MP_Floor_Space, MP_Planning_Area, MP_Employer_Unit, MP_Employer_Contacts,
|
MP_Employer_Contacts_Tel, MP_Green_Plant, MP_Civilly_Plant, SI_Extension1, SI_Extension2,
|
SI_Extension3, SI_Remark
|
</sql>
|
</mapper>
|