feiyu02
2024-08-02 16b961c2210fe29fd494ac1f9d830dd93503961f
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
34
35
36
37
38
39
<?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.SceneConstructionSiteMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.SceneConstructionSite" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="S_GUID" property="sGuid" jdbcType="VARCHAR" />
    <result column="CS_Project_Type" property="csProjectType" jdbcType="VARCHAR" />
    <result column="CS_Status" property="csStatus" jdbcType="VARCHAR" />
    <result column="CS_Start_Time" property="csStartTime" jdbcType="VARCHAR" />
    <result column="CS_End_Time" property="csEndTime" jdbcType="VARCHAR" />
    <result column="CS_Left_Time" property="csLeftTime" jdbcType="VARCHAR" />
    <result column="CS_Floor_Space" property="csFloorSpace" jdbcType="VARCHAR" />
    <result column="CS_Construction_Area" property="csConstructionArea" jdbcType="VARCHAR" />
    <result column="CS_Construction_Area_Per_Month" property="csConstructionAreaPerMonth" jdbcType="VARCHAR" />
    <result column="CS_Employer_Unit" property="csEmployerUnit" jdbcType="VARCHAR" />
    <result column="CS_Employer_Contacts" property="csEmployerContacts" jdbcType="VARCHAR" />
    <result column="CS_Employer_Contacts_Tel" property="csEmployerContactsTel" jdbcType="VARCHAR" />
    <result column="CS_Construction_Unit" property="csConstructionUnit" jdbcType="VARCHAR" />
    <result column="CS_Construction_Contacts" property="csConstructionContacts" jdbcType="VARCHAR" />
    <result column="CS_Construction_Contacts_Tel" property="csConstructionContactsTel" jdbcType="VARCHAR" />
    <result column="CS_Security_Officer" property="csSecurityOfficer" jdbcType="VARCHAR" />
    <result column="CS_Security_Officer_Tel" property="csSecurityOfficerTel" 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, CS_Project_Type, CS_Status, CS_Start_Time, CS_End_Time, CS_Left_Time, CS_Floor_Space, 
    CS_Construction_Area, CS_Construction_Area_Per_Month, CS_Employer_Unit, CS_Employer_Contacts, 
    CS_Employer_Contacts_Tel, CS_Construction_Unit, CS_Construction_Contacts, CS_Construction_Contacts_Tel, 
    CS_Security_Officer, SI_Extension1, SI_Extension2, SI_Extension3, SI_Remark
  </sql>
</mapper>