<?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.SelfPatrolMediaFileMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.SelfPatrolMediaFile" >
|
<!--
|
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.entity.SelfPatrolMediaFile" 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>
|