<?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.MeetingInfoMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.MeetingInfo" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="MI_GUID" property="miGuid" jdbcType="VARCHAR" />
|
<result column="MI_Type" property="miType" jdbcType="TINYINT" />
|
<result column="MI_Title" property="miTitle" jdbcType="VARCHAR" />
|
<result column="MI_Summary" property="miSummary" jdbcType="VARCHAR" />
|
<result column="MI_IsOnSite" property="miIsonsite" jdbcType="BIT" />
|
<result column="MI_Address" property="miAddress" jdbcType="VARCHAR" />
|
<result column="MI_BeginDate" property="miBegindate" jdbcType="TIMESTAMP" />
|
<result column="MI_EndDate" property="miEnddate" jdbcType="TIMESTAMP" />
|
<result column="MI_TrueBeginDate" property="miTruebegindate" jdbcType="TIMESTAMP" />
|
<result column="MI_TrueEndDate" property="miTrueenddate" jdbcType="TIMESTAMP" />
|
<result column="MI_IsOpen" property="miIsopen" jdbcType="BIT" />
|
<result column="MI_Password" property="miPassword" jdbcType="VARCHAR" />
|
<result column="MI_Organizer" property="miOrganizer" jdbcType="VARCHAR" />
|
<result column="MI_IsCoOrganizer" property="miIscoorganizer" jdbcType="BIT" />
|
<result column="MI_ChairsId" property="miChairsid" jdbcType="VARCHAR" />
|
<result column="MI_Chairs" property="miChairs" jdbcType="VARCHAR" />
|
<result column="MI_IsGuests" property="miIsguests" jdbcType="BIT" />
|
<result column="MI_SpeechOrder" property="miSpeechorder" jdbcType="VARCHAR" />
|
<result column="MI_NoticeTime" property="miNoticetime" jdbcType="INTEGER" />
|
<result column="MI_IsNotice" property="miIsnotice" jdbcType="BIT" />
|
<result column="MI_TripRmdTime" property="miTriprmdtime" jdbcType="INTEGER" />
|
<result column="MI_IsTripRmd" property="miIstriprmd" jdbcType="BIT" />
|
<result column="MI_ShortRmdTime" property="miShortrmdtime" jdbcType="INTEGER" />
|
<result column="MI_ShortRmdFreq" property="miShortrmdfreq" jdbcType="TINYINT" />
|
<result column="MI_IsShortRmd" property="miIsshortrmd" jdbcType="BIT" />
|
<result column="MI_IsShelve" property="miIsshelve" jdbcType="BIT" />
|
<result column="MI_ShelveNotice" property="miShelvenotice" jdbcType="VARCHAR" />
|
<result column="MI_IsCancel" property="miIscancel" jdbcType="BIT" />
|
<result column="MI_CancelNotice" property="miCancelnotice" jdbcType="VARCHAR" />
|
<result column="MI_IsStart" property="miIsstart" jdbcType="BIT" />
|
<result column="MI_StartNotice" property="miStartnotice" jdbcType="VARCHAR" />
|
<result column="MI_RegisterNum" property="miRegisternum" jdbcType="INTEGER" />
|
<result column="MI_IsEnd" property="miIsend" jdbcType="BIT" />
|
<result column="MI_IsRelease" property="miIsrelease" jdbcType="BIT" />
|
<result column="MI_CreatDate" property="miCreatdate" jdbcType="TIMESTAMP" />
|
<result column="MI_CreateEntGUID" property="miCreateentguid" jdbcType="VARCHAR" />
|
<result column="MI_CreateEntName" property="miCreateentname" jdbcType="VARCHAR" />
|
<result column="MI_CreatorId" property="miCreatorid" jdbcType="VARCHAR" />
|
<result column="MI_Creator" property="miCreator" jdbcType="VARCHAR" />
|
<result column="MI_UpdateDate" property="miUpdatedate" jdbcType="TIMESTAMP" />
|
<result column="MI_ModifierId" property="miModifierid" jdbcType="VARCHAR" />
|
<result column="MI_Modifier" property="miModifier" jdbcType="VARCHAR" />
|
<result column="MI_Extension1" property="miExtension1" jdbcType="VARCHAR" />
|
<result column="MI_Extension2" property="miExtension2" jdbcType="VARCHAR" />
|
<result column="MI_Extension3" property="miExtension3" jdbcType="VARCHAR" />
|
<result column="MI_Remark" property="miRemark" jdbcType="VARCHAR" />
|
</resultMap>
|
<resultMap id="ResultMapWithBLOBs" type="cn.flightfeather.supervision.domain.entity.MeetingInfo" extends="BaseResultMap" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<result column="MI_CoOrganizer" property="miCoorganizer" jdbcType="LONGVARCHAR" />
|
<result column="MI_Guests" property="miGuests" jdbcType="LONGVARCHAR" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
MI_GUID, MI_Type, MI_Title, MI_Summary, MI_IsOnSite, MI_Address, MI_BeginDate, MI_EndDate,
|
MI_TrueBeginDate, MI_TrueEndDate, MI_IsOpen, MI_Password, MI_Organizer, MI_IsCoOrganizer,
|
MI_ChairsId, MI_Chairs, MI_IsGuests, MI_SpeechOrder, MI_NoticeTime, MI_IsNotice,
|
MI_TripRmdTime, MI_IsTripRmd, MI_ShortRmdTime, MI_ShortRmdFreq, MI_IsShortRmd, MI_IsShelve,
|
MI_ShelveNotice, MI_IsCancel, MI_CancelNotice, MI_IsStart, MI_StartNotice, MI_RegisterNum,
|
MI_IsEnd, MI_IsRelease, MI_CreatDate, MI_CreateEntGUID, MI_CreateEntName, MI_CreatorId,
|
MI_Creator, MI_UpdateDate, MI_ModifierId, MI_Modifier, MI_Extension1, MI_Extension2,
|
MI_Extension3, MI_Remark
|
</sql>
|
<sql id="Blob_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
MI_CoOrganizer, MI_Guests
|
</sql>
|
|
</mapper>
|