riku
2021-09-24 4f1b7973c53b45f57e451191bfd5a3d2136a004c
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
48
49
<?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.OnLineAnswerMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.OnLineAnswer" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="OLA_GUID" property="olaGuid" jdbcType="VARCHAR" />
    <result column="OLQ_GUID" property="olqGuid" jdbcType="VARCHAR" />
    <result column="OLQ_Title" property="olqTitle" jdbcType="VARCHAR" />
    <result column="OLA_ Keywords" property="olaKeywords" jdbcType="VARCHAR" />
    <result column="OLA_IsOpen" property="olaIsopen" jdbcType="BIT" />
    <result column="OLA_IsUse" property="olaIsuse" jdbcType="BIT" />
    <result column="OLA_SatisfiedType" property="olaSatisfiedtype" jdbcType="TINYINT" />
    <result column="OLA_Payment" property="olaPayment" jdbcType="VARCHAR" />
    <result column="OLA_IsPaid" property="olaIspaid" jdbcType="BIT" />
    <result column="OLA_Remuneration" property="olaRemuneration" jdbcType="INTEGER" />
    <result column="OLA_CreatorId" property="olaCreatorid" jdbcType="VARCHAR" />
    <result column="OLA_Creator" property="olaCreator" jdbcType="VARCHAR" />
    <result column="OLA_CreateDate" property="olaCreatedate" jdbcType="TIMESTAMP" />
    <result column="OLA_EndDate" property="olaEnddate" jdbcType="TIMESTAMP" />
    <result column="OLA_UpdateDate" property="olaUpdatedate" jdbcType="TIMESTAMP" />
    <result column="OLA_Extension1" property="olaExtension1" jdbcType="VARCHAR" />
    <result column="OLA_Extension2" property="olaExtension2" jdbcType="VARCHAR" />
    <result column="OLA_Extension3" property="olaExtension3" jdbcType="VARCHAR" />
    <result column="OLA_Remark" property="olaRemark" jdbcType="VARCHAR" />
  </resultMap>
  <resultMap id="ResultMapWithBLOBs" type="cn.flightfeather.supervision.domain.entity.OnLineAnswer" extends="BaseResultMap" >
    <!--
      WARNING - @mbg.generated
    -->
    <result column="OLA_Desc" property="olaDesc" jdbcType="LONGVARCHAR" />
    <result column="OLA_ResourceUrls" property="olaResourceurls" jdbcType="LONGVARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    OLA_GUID, OLQ_GUID, OLQ_Title, `OLA_ Keywords`, OLA_IsOpen, OLA_IsUse, OLA_SatisfiedType, 
    OLA_Payment, OLA_IsPaid, OLA_Remuneration, OLA_CreatorId, OLA_Creator, OLA_CreateDate, 
    OLA_EndDate, OLA_UpdateDate, OLA_Extension1, OLA_Extension2, OLA_Extension3, OLA_Remark
  </sql>
  <sql id="Blob_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    OLA_Desc, OLA_ResourceUrls
  </sql>
</mapper>