feiyu02
2022-07-20 39e208b6b0482a25c77e53590087c02d9d937563
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
31
32
33
<?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.SceneStorageYardMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.SceneStorageYard" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="S_GUID" property="sGuid" jdbcType="VARCHAR" />
    <result column="SY_Project_Type" property="syProjectType" jdbcType="VARCHAR" />
    <result column="SY_Status" property="syStatus" jdbcType="VARCHAR" />
    <result column="SY_Business_Certificate" property="syBusinessCertificate" jdbcType="VARCHAR" />
    <result column="SY_Floor_Space" property="syFloorSpace" jdbcType="VARCHAR" />
    <result column="SY_Planning_Area" property="syPlanningArea" jdbcType="VARCHAR" />
    <result column="SY_Employer_Unit" property="syEmployerUnit" jdbcType="VARCHAR" />
    <result column="SY_Employer_Contacts" property="syEmployerContacts" jdbcType="VARCHAR" />
    <result column="SY_Employer_Contacts_Tel" property="syEmployerContactsTel" jdbcType="VARCHAR" />
    <result column="SY_Rent_Unit" property="syRentUnit" jdbcType="VARCHAR" />
    <result column="SY_Rent_Contacts" property="syRentContacts" jdbcType="VARCHAR" />
    <result column="SY_Rent_Contacts_Tel" property="syRentContactsTel" jdbcType="VARCHAR" />
    <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, SY_Project_Type, SY_Status, SY_Business_Certificate, SY_Floor_Space, SY_Planning_Area, 
    SY_Employer_Unit, SY_Employer_Contacts, SY_Employer_Contacts_Tel, SY_Rent_Unit, SY_Rent_Contacts, 
    SY_Rent_Contacts_Tel, SI_Extension1, SI_Extension2, SI_Extension3, SI_Remark
  </sql>
</mapper>