feiyu02
2022-11-15 23bd719cebe5feeff4e48fde925b0b39755eea93
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.MeetingMaterialMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.MeetingMaterial" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="MM_ID" property="mmId" jdbcType="VARCHAR" />
    <result column="MC_ID" property="mcId" jdbcType="INTEGER" />
    <result column="MM_DocumentType" property="mmDocumenttype" jdbcType="TINYINT" />
    <result column="MM_MGUID" property="mmMguid" jdbcType="VARCHAR" />
    <result column="MM_ResourceFileType" property="mmResourcefiletype" jdbcType="TINYINT" />
    <result column="MM_ResourceOutUrl" property="mmResourceouturl" jdbcType="VARCHAR" />
    <result column="MM_ResourceUrl" property="mmResourceurl" jdbcType="VARCHAR" />
    <result column="MM_CreateDate" property="mmCreatedate" jdbcType="TIMESTAMP" />
    <result column="MM_UpdateDate" property="mmUpdatedate" jdbcType="TIMESTAMP" />
    <result column="MM_Extension1" property="mmExtension1" jdbcType="VARCHAR" />
    <result column="MM_Extension2" property="mmExtension2" jdbcType="VARCHAR" />
    <result column="MM_Extension3" property="mmExtension3" jdbcType="VARCHAR" />
    <result column="MM_Remark" property="mmRemark" jdbcType="VARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    MM_ID, MC_ID, MM_DocumentType, MM_MGUID, MM_ResourceFileType, MM_ResourceOutUrl, 
    MM_ResourceUrl, MM_CreateDate, MM_UpdateDate, MM_Extension1, MM_Extension2, MM_Extension3, 
    MM_Remark
  </sql>
</mapper>