riku
2022-06-17 3a5c011d9509d3bc0367921f463676c81ff2e374
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
<?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>