feiyu02
2024-08-15 196bb14112448857a885e32dc4149e308e00b01a
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
<?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.mapper.CommitmentTemplateMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.CommitmentTemplate" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="CT_GUID" property="ctGuid" jdbcType="VARCHAR" />
    <result column="CT_Scene_Type_Id" property="ctSceneTypeId" jdbcType="INTEGER" />
    <result column="CT_Province_Code" property="ctProvinceCode" jdbcType="VARCHAR" />
    <result column="CT_Province_Name" property="ctProvinceName" jdbcType="VARCHAR" />
    <result column="CT_City_Code" property="ctCityCode" jdbcType="VARCHAR" />
    <result column="CT_City_Name" property="ctCityName" jdbcType="VARCHAR" />
    <result column="CT_District_Code" property="ctDistrictCode" jdbcType="VARCHAR" />
    <result column="CT_District_Name" property="ctDistrictName" jdbcType="VARCHAR" />
    <result column="CT_Town_Code" property="ctTownCode" jdbcType="VARCHAR" />
    <result column="CT_Town_Name" property="ctTownName" jdbcType="VARCHAR" />
    <result column="CT_Create_Time" property="ctCreateTime" jdbcType="TIMESTAMP" />
    <result column="CT_Update_Time" property="ctUpdateTime" jdbcType="TIMESTAMP" />
    <result column="CT_Extension1" property="ctExtension1" jdbcType="VARCHAR" />
    <result column="CT_Extension2" property="ctExtension2" jdbcType="VARCHAR" />
    <result column="CT_Extension3" property="ctExtension3" jdbcType="VARCHAR" />
    <result column="CT_Remark" property="ctRemark" jdbcType="VARCHAR" />
  </resultMap>
  <resultMap id="ResultMapWithBLOBs" type="cn.flightfeather.supervision.domain.entity.CommitmentTemplate" extends="BaseResultMap" >
    <!--
      WARNING - @mbg.generated
    -->
    <result column="CT_Content" property="ctContent" jdbcType="LONGVARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    CT_GUID, CT_Scene_Type_Id, CT_Province_Code, CT_Province_Name, CT_City_Code, CT_City_Name, 
    CT_District_Code, CT_District_Name, CT_Town_Code, CT_Town_Name, CT_Create_Time, CT_Update_Time, 
    CT_Extension1, CT_Extension2, CT_Extension3, CT_Remark
  </sql>
  <sql id="Blob_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    CT_Content
  </sql>
</mapper>