hcong
2024-12-12 9c315b4dbbb9f25d5373d1f228ed441a4e8ccbf7
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
<?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.DataProductMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.DataProduct" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="GUID" property="guid" jdbcType="VARCHAR" />
    <result column="Type_ID" property="typeId" jdbcType="TINYINT" />
    <result column="Task_GUID" property="taskGuid" jdbcType="VARCHAR" />
    <result column="Scene_Type_ID" property="sceneTypeId" jdbcType="TINYINT" />
    <result column="Province_Code" property="provinceCode" jdbcType="VARCHAR" />
    <result column="Province_Name" property="provinceName" jdbcType="VARCHAR" />
    <result column="City_Code" property="cityCode" jdbcType="VARCHAR" />
    <result column="City_Name" property="cityName" jdbcType="VARCHAR" />
    <result column="District_Code" property="districtCode" jdbcType="VARCHAR" />
    <result column="District_Name" property="districtName" jdbcType="VARCHAR" />
    <result column="Town_Code" property="townCode" jdbcType="VARCHAR" />
    <result column="Town_Name" property="townName" jdbcType="VARCHAR" />
    <result column="Start_Time" property="startTime" jdbcType="TIMESTAMP" />
    <result column="End_Time" property="endTime" jdbcType="TIMESTAMP" />
    <result column="Create_Time" property="createTime" jdbcType="TIMESTAMP" />
    <result column="Update_Time" property="updateTime" jdbcType="TIMESTAMP" />
    <result column="Extension1" property="extension1" jdbcType="VARCHAR" />
    <result column="Extension2" property="extension2" jdbcType="VARCHAR" />
    <result column="Extension3" property="extension3" jdbcType="VARCHAR" />
    <result column="Remark" property="remark" jdbcType="VARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    GUID, Type_ID, Task_GUID, Scene_Type_ID, Province_Code, Province_Name, City_Code, 
    City_Name, District_Code, District_Name, Town_Code, Town_Name, Start_Time, End_Time, 
    Create_Time, Update_Time, Extension1, Extension2, Extension3, Remark
  </sql>
</mapper>