feiyu02
2024-04-25 0392c333ed3d987cb2ab3dac4e1a972cff405f21
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
<?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.ds2.mapper.DustSiteInfoMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds2.entity.DustSiteInfo" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="id" property="id" jdbcType="VARCHAR" />
    <result column="address" property="address" jdbcType="VARCHAR" />
    <result column="begin_date" property="beginDate" jdbcType="TIMESTAMP" />
    <result column="build_area" property="buildArea" jdbcType="VARCHAR" />
    <result column="data_time" property="dataTime" jdbcType="TIMESTAMP" />
    <result column="clean_measure" property="cleanMeasure" jdbcType="VARCHAR" />
    <result column="code" property="code" jdbcType="VARCHAR" />
    <result column="construction_unit" property="constructionUnit" jdbcType="VARCHAR" />
    <result column="control_level" property="controlLevel" jdbcType="VARCHAR" />
    <result column="developers" property="developers" jdbcType="VARCHAR" />
    <result column="do_time" property="doTime" jdbcType="TIMESTAMP" />
    <result column="duty_company" property="dutyCompany" jdbcType="VARCHAR" />
    <result column="duty_company_id" property="dutyCompanyId" jdbcType="VARCHAR" />
    <result column="end_date" property="endDate" jdbcType="TIMESTAMP" />
    <result column="engineering_stage" property="engineeringStage" jdbcType="VARCHAR" />
    <result column="engineering_stage_code" property="engineeringStageCode" jdbcType="VARCHAR" />
    <result column="equipment_code" property="equipmentCode" jdbcType="VARCHAR" />
    <result column="floor_area" property="floorArea" jdbcType="VARCHAR" />
    <result column="group_id" property="groupId" jdbcType="VARCHAR" />
    <result column="group_name" property="groupName" jdbcType="VARCHAR" />
    <result column="has_monitor" property="hasMonitor" jdbcType="VARCHAR" />
    <result column="is_online" property="isOnline" jdbcType="VARCHAR" />
    <result column="is_trouble" property="isTrouble" jdbcType="VARCHAR" />
    <result column="jhpt_delete" property="jhptDelete" jdbcType="VARCHAR" />
    <result column="jhpt_update_time" property="jhptUpdateTime" jdbcType="VARCHAR" />
    <result column="kindex" property="kindex" jdbcType="VARCHAR" />
    <result column="latitude" property="latitude" jdbcType="VARCHAR" />
    <result column="linkman" property="linkman" jdbcType="VARCHAR" />
    <result column="longitude" property="longitude" jdbcType="VARCHAR" />
    <result column="mn_code" property="mnCode" jdbcType="VARCHAR" />
    <result column="name" property="name" jdbcType="VARCHAR" />
    <result column="noise_region" property="noiseRegion" jdbcType="VARCHAR" />
    <result column="phone" property="phone" jdbcType="VARCHAR" />
    <result column="province" property="province" jdbcType="VARCHAR" />
    <result column="responsible" property="responsible" jdbcType="VARCHAR" />
    <result column="ring_id" property="ringId" jdbcType="VARCHAR" />
    <result column="stage_begin_date" property="stageBeginDate" jdbcType="TIMESTAMP" />
    <result column="stop_time" property="stopTime" jdbcType="TIMESTAMP" />
    <result column="tsp" property="tsp" jdbcType="DOUBLE" />
    <result column="type_id" property="typeId" jdbcType="VARCHAR" />
    <result column="typename" property="typename" jdbcType="VARCHAR" />
    <result column="union_type_id" property="unionTypeId" jdbcType="VARCHAR" />
    <result column="wall_height" property="wallHeight" jdbcType="VARCHAR" />
    <result column="ywsj_date" property="ywsjDate" jdbcType="TIMESTAMP" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    id, address, begin_date, build_area, data_time, clean_measure, code, construction_unit, 
    control_level, developers, do_time, duty_company, duty_company_id, end_date, engineering_stage, 
    engineering_stage_code, equipment_code, floor_area, group_id, group_name, has_monitor, 
    is_online, is_trouble, jhpt_delete, jhpt_update_time, kindex, latitude, linkman, 
    longitude, mn_code, name, noise_region, phone, province, responsible, ring_id, stage_begin_date, 
    stop_time, tsp, type_id, typename, union_type_id, wall_height, ywsj_date
  </sql>
</mapper>