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
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.SceneWharfMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.SceneWharf" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="S_GUID" property="sGuid" jdbcType="VARCHAR" />
    <result column="W_Project_Type" property="wProjectType" jdbcType="VARCHAR" />
    <result column="W_Status" property="wStatus" jdbcType="VARCHAR" />
    <result column="W_Business_Certificate" property="wBusinessCertificate" jdbcType="VARCHAR" />
    <result column="W_Floor_Space" property="wFloorSpace" jdbcType="VARCHAR" />
    <result column="W_Planning_Area" property="wPlanningArea" jdbcType="VARCHAR" />
    <result column="W_Employer_Unit" property="wEmployerUnit" jdbcType="VARCHAR" />
    <result column="W_Employer_Contacts" property="wEmployerContacts" jdbcType="VARCHAR" />
    <result column="W_Employer_Contacts_Tel" property="wEmployerContactsTel" jdbcType="VARCHAR" />
    <result column="W_Rent_Unit" property="wRentUnit" jdbcType="VARCHAR" />
    <result column="W_Rent_Contacts" property="wRentContacts" jdbcType="VARCHAR" />
    <result column="W_Rent_Contacts_Tel" property="wRentContactsTel" 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, W_Project_Type, W_Status, W_Business_Certificate, W_Floor_Space, W_Planning_Area, 
    W_Employer_Unit, W_Employer_Contacts, W_Employer_Contacts_Tel, W_Rent_Unit, W_Rent_Contacts, 
    W_Rent_Contacts_Tel, SI_Extension1, SI_Extension2, SI_Extension3, SI_Remark
  </sql>
</mapper>