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