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
31
32
33
34
35
36
37
38
39
40
<?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.SignatureMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.Signature" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="MS_ID" property="msId" jdbcType="INTEGER" />
    <result column="MS_MGUID" property="msMguid" jdbcType="VARCHAR" />
    <result column="MS_MTitle" property="msMtitle" jdbcType="VARCHAR" />
    <result column="MC_VMRoomGUID" property="mcVmroomguid" jdbcType="VARCHAR" />
    <result column="MC_VMRoomCode" property="mcVmroomcode" jdbcType="VARCHAR" />
    <result column="MS_PtUnitID" property="msPtunitid" jdbcType="VARCHAR" />
    <result column="MS_PtUnit" property="msPtunit" jdbcType="VARCHAR" />
    <result column="MS_ParticipantID" property="msParticipantid" jdbcType="VARCHAR" />
    <result column="MS_Participant" property="msParticipant" jdbcType="VARCHAR" />
    <result column="MS_IsNotice" property="msIsnotice" jdbcType="BIT" />
    <result column="MS_IsTripRmd" property="msIstriprmd" jdbcType="BIT" />
    <result column="MS_IsShortRmd" property="msIsshortrmd" jdbcType="BIT" />
    <result column="MS_IsSignIn" property="msIssignin" jdbcType="BIT" />
    <result column="MS_SignInDate" property="msSignindate" jdbcType="TIMESTAMP" />
    <result column="MS_IsSignOut" property="msIssignout" jdbcType="BIT" />
    <result column="MS_SignOutDate" property="msSignoutdate" jdbcType="TIMESTAMP" />
    <result column="MS_CreateDate" property="msCreatedate" jdbcType="TIMESTAMP" />
    <result column="MS_UpdateDate" property="msUpdatedate" jdbcType="TIMESTAMP" />
    <result column="MS_Extension1" property="msExtension1" jdbcType="VARCHAR" />
    <result column="MS_Extension2" property="msExtension2" jdbcType="VARCHAR" />
    <result column="MS_Extension3" property="msExtension3" jdbcType="VARCHAR" />
    <result column="MS_Remark" property="msRemark" jdbcType="VARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    MS_ID, MS_MGUID, MS_MTitle, MC_VMRoomGUID, MC_VMRoomCode, MS_PtUnitID, MS_PtUnit, 
    MS_ParticipantID, MS_Participant, MS_IsNotice, MS_IsTripRmd, MS_IsShortRmd, MS_IsSignIn, 
    MS_SignInDate, MS_IsSignOut, MS_SignOutDate, MS_CreateDate, MS_UpdateDate, MS_Extension1, 
    MS_Extension2, MS_Extension3, MS_Remark
  </sql>
</mapper>