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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?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.SelfPatrolRecordMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.SelfPatrolRecord" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="SR_GUID" property="srGuid" jdbcType="VARCHAR" />
    <result column="SP_GUID" property="spGuid" jdbcType="VARCHAR" />
    <result column="LS_SubTypeId" property="lsSubtypeid" jdbcType="INTEGER" />
    <result column="LS_SubTypeName" property="lsSubtypename" jdbcType="VARCHAR" />
    <result column="SR_Year" property="srYear" jdbcType="INTEGER" />
    <result column="SR_Month" property="srMonth" jdbcType="TINYINT" />
    <result column="SR_Day" property="srDay" jdbcType="TINYINT" />
    <result column="CI_GUID" property="ciGuid" jdbcType="VARCHAR" />
    <result column="CI_Name" property="ciName" jdbcType="VARCHAR" />
    <result column="SR_EASubmitKind" property="srEasubmitkind" jdbcType="TINYINT" />
    <result column="SR_VerifierID" property="srVerifierid" jdbcType="VARCHAR" />
    <result column="SR_VerifierRealName" property="srVerifierrealname" jdbcType="VARCHAR" />
    <result column="SR_VerifyDate" property="srVerifydate" jdbcType="TIMESTAMP" />
    <result column="SR_IsVerify" property="srIsverify" jdbcType="BIT" />
    <result column="SR_VerifyRst" property="srVerifyrst" jdbcType="VARCHAR" />
    <result column="SR_AIVerifyTime" property="srAiverifytime" jdbcType="INTEGER" />
    <result column="SR_AIIsVerify" property="srAiisverify" jdbcType="BIT" />
    <result column="SR_AIVerifyRst" property="srAiverifyrst" jdbcType="VARCHAR" />
    <result column="SR_IsAI" property="srIsai" jdbcType="BIT" />
    <result column="SR_SubmitID" property="srSubmitid" jdbcType="VARCHAR" />
    <result column="SR_SubmitName" property="srSubmitname" jdbcType="VARCHAR" />
    <result column="SR_IsSubmitOnTime" property="srIssubmitontime" jdbcType="BIT" />
    <result column="SR_SubmitDate" property="srSubmitdate" jdbcType="TIMESTAMP" />
    <result column="SR_UpdateType" property="srUpdatetype" jdbcType="TINYINT" />
    <result column="SR_Extension1" property="srExtension1" jdbcType="VARCHAR" />
    <result column="SR_Extension2" property="srExtension2" jdbcType="VARCHAR" />
    <result column="SR_Extension3" property="srExtension3" jdbcType="VARCHAR" />
    <result column="SR_Remark" property="srRemark" jdbcType="VARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    SR_GUID, SP_GUID, LS_SubTypeId, LS_SubTypeName, SR_Year, SR_Month, SR_Day, CI_GUID, 
    CI_Name, SR_EASubmitKind, SR_VerifierID, SR_VerifierRealName, SR_VerifyDate, SR_IsVerify, 
    SR_VerifyRst, SR_AIVerifyTime, SR_AIIsVerify, SR_AIVerifyRst, SR_IsAI, SR_SubmitID, 
    SR_SubmitName, SR_IsSubmitOnTime, SR_SubmitDate, SR_UpdateType, SR_Extension1, SR_Extension2, 
    SR_Extension3, SR_Remark
  </sql>
</mapper>