riku
2022-06-17 3a5c011d9509d3bc0367921f463676c81ff2e374
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
<?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.LedgerMediaFileMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds2.entity.LedgerMediaFile" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="MF_GUID" property="mfGuid" jdbcType="VARCHAR" />
    <result column="LR_GUID" property="lrGuid" jdbcType="VARCHAR" />
    <result column="CI_GUID" property="ciGuid" jdbcType="VARCHAR" />
    <result column="MF_FileType" property="mfFiletype" jdbcType="INTEGER" />
    <result column="MF_SaveTime" property="mfSavetime" jdbcType="TIMESTAMP" />
    <result column="MF_IsDelete" property="mfIsdelete" jdbcType="BIT" />
    <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.ds2.entity.LedgerMediaFile" extends="BaseResultMap" >
    <!--
      WARNING - @mbg.generated
    -->
    <result column="MF_Path1" property="mfPath1" jdbcType="LONGVARCHAR" />
    <result column="MF_Description1" property="mfDescription1" jdbcType="LONGVARCHAR" />
    <result column="MF_Path2" property="mfPath2" jdbcType="LONGVARCHAR" />
    <result column="MF_Description2" property="mfDescription2" jdbcType="LONGVARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    MF_GUID, LR_GUID, CI_GUID, MF_FileType, MF_SaveTime, MF_IsDelete, MF_Extension1, 
    MF_Extension2, MF_Extension3, MF_Remark
  </sql>
  <sql id="Blob_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    MF_Path1, MF_Description1, MF_Path2, MF_Description2
  </sql>
</mapper>