feiyu02
2022-09-15 3e2159e45e12b2b8af058b68eafeaf082cf3fe85
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
65
66
67
68
69
70
71
72
73
74
<?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.MgtFileMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.MgtFile" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="MF_GUID" property="mfGuid" jdbcType="VARCHAR" />
    <result column="MF_Name" property="mfName" jdbcType="VARCHAR" />
    <result column="MF_Short_Name" property="mfShortName" jdbcType="VARCHAR" />
    <result column="MF_Reference_Number" property="mfReferenceNumber" jdbcType="VARCHAR" />
    <result column="MF_File_Code" property="mfFileCode" jdbcType="VARCHAR" />
    <result column="MF_File_Industry" property="mfFileIndustry" jdbcType="TINYINT" />
    <result column="MF_Mgt_Level" property="mfMgtLevel" jdbcType="TINYINT" />
    <result column="MF_Province_Code" property="mfProvinceCode" jdbcType="VARCHAR" />
    <result column="MF_Province_Name" property="mfProvinceName" jdbcType="VARCHAR" />
    <result column="MF_City_Code" property="mfCityCode" jdbcType="VARCHAR" />
    <result column="MF_City_Name" property="mfCityName" jdbcType="VARCHAR" />
    <result column="MF_District_Code" property="mfDistrictCode" jdbcType="VARCHAR" />
    <result column="MF_District_Name" property="mfDistrictName" jdbcType="VARCHAR" />
    <result column="MF_Town_Code" property="mfTownCode" jdbcType="VARCHAR" />
    <result column="MF_Town_Name" property="mfTownName" jdbcType="VARCHAR" />
    <result column="MF_Ind_District" property="mfIndDistrict" jdbcType="VARCHAR" />
    <result column="MF_Area_Coverage" property="mfAreaCoverage" jdbcType="VARCHAR" />
    <result column="MF_File_Type" property="mfFileType" jdbcType="TINYINT" />
    <result column="MF_Ep_Item_Type" property="mfEpItemType" jdbcType="TINYINT" />
    <result column="MF_Ep_Item_Subtype" property="mfEpItemSubtype" jdbcType="TINYINT" />
    <result column="MF_Release_Org" property="mfReleaseOrg" jdbcType="VARCHAR" />
    <result column="MF_Release_Date" property="mfReleaseDate" jdbcType="DATE" />
    <result column="MF_Effective_Date" property="mfEffectiveDate" jdbcType="TIMESTAMP" />
    <result column="MF_Closing_Date" property="mfClosingDate" jdbcType="TIMESTAMP" />
    <result column="MF_Effective_Time" property="mfEffectiveTime" jdbcType="VARCHAR" />
    <result column="MF_File_Basis" property="mfFileBasis" jdbcType="VARCHAR" />
    <result column="MF_Summary" property="mfSummary" jdbcType="VARCHAR" />
    <result column="MF_Sub_File_Url" property="mfSubFileUrl" jdbcType="VARCHAR" />
    <result column="MF_Save_Type" property="mfSaveType" jdbcType="TINYINT" />
    <result column="MF_File_Url" property="mfFileUrl" jdbcType="VARCHAR" />
    <result column="MF_File_Encryption_Url" property="mfFileEncryptionUrl" jdbcType="VARCHAR" />
    <result column="MF_Create_Time" property="mfCreateTime" jdbcType="TIMESTAMP" />
    <result column="MF_Update_Time" property="mfUpdateTime" jdbcType="TIMESTAMP" />
    <result column="MF_Extension1" property="mfExtension1" jdbcType="VARCHAR" />
    <result column="MF_Extension2" property="mfExtension2" jdbcType="VARCHAR" />
    <result column="MF_Extension3" property="mfExtension3" jdbcType="VARCHAR" />
    <result column="MF_Remark" property="mfRemark" jdbcType="VARCHAR" />
  </resultMap>
  <resultMap id="ResultMapWithBLOBs" type="cn.flightfeather.supervision.domain.entity.MgtFile" extends="BaseResultMap" >
    <!--
      WARNING - @mbg.generated
    -->
    <result column="MF_File_Revise" property="mfFileRevise" jdbcType="LONGVARCHAR" />
    <result column="MF_Keyword_Lv1" property="mfKeywordLv1" jdbcType="LONGVARCHAR" />
    <result column="MF_Keyword_Lv2" property="mfKeywordLv2" jdbcType="LONGVARCHAR" />
    <result column="MF_Keyword_Lv3" property="mfKeywordLv3" jdbcType="LONGVARCHAR" />
    <result column="MF_Keyword_Lv4" property="mfKeywordLv4" jdbcType="LONGVARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    MF_GUID, MF_Name, MF_Short_Name, MF_Reference_Number, MF_File_Code, MF_File_Industry, 
    MF_Mgt_Level, MF_Province_Code, MF_Province_Name, MF_City_Code, MF_City_Name, MF_District_Code, 
    MF_District_Name, MF_Town_Code, MF_Town_Name, MF_Ind_District, MF_Area_Coverage, 
    MF_File_Type, MF_Ep_Item_Type, MF_Ep_Item_Subtype, MF_Release_Org, MF_Release_Date, 
    MF_Effective_Date, MF_Closing_Date, MF_Effective_Time, MF_File_Basis, MF_Summary, 
    MF_Sub_File_Url, MF_Save_Type, MF_File_Url, MF_File_Encryption_Url, MF_Create_Time, 
    MF_Update_Time, MF_Extension1, MF_Extension2, MF_Extension3, MF_Remark
  </sql>
  <sql id="Blob_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    MF_File_Revise, MF_Keyword_Lv1, MF_Keyword_Lv2, MF_Keyword_Lv3, MF_Keyword_Lv4
  </sql>
</mapper>