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
<?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.SettingAnswerMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.SettingAnswer" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="SA_GUID" property="saGuid" jdbcType="VARCHAR" />
    <result column="SA_Summary" property="saSummary" jdbcType="VARCHAR" />
    <result column="CQ_GUID" property="cqGuid" jdbcType="VARCHAR" />
    <result column="SA_Kind" property="saKind" jdbcType="TINYINT" />
    <result column="SA_Keywords" property="saKeywords" jdbcType="VARCHAR" />
    <result column="SA_Access_Level" property="saAccessLevel" jdbcType="TINYINT" />
    <result column="SA_Weight" property="saWeight" jdbcType="DOUBLE" />
    <result column="SA_Content" property="saContent" jdbcType="VARCHAR" />
    <result column="SA_Answer_Url" property="saAnswerUrl" jdbcType="VARCHAR" />
    <result column="SA_Total_Num" property="saTotalNum" jdbcType="INTEGER" />
    <result column="SA_Create_Time" property="saCreateTime" jdbcType="TIMESTAMP" />
    <result column="SA_Update_Time" property="saUpdateTime" jdbcType="TIMESTAMP" />
    <result column="SA_Extension1" property="saExtension1" jdbcType="VARCHAR" />
    <result column="SA_Extension2" property="saExtension2" jdbcType="VARCHAR" />
    <result column="SA_Extension3" property="saExtension3" jdbcType="VARCHAR" />
    <result column="SA_Remark" property="saRemark" jdbcType="VARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    SA_GUID, SA_Summary, CQ_GUID, SA_Kind, SA_Keywords, SA_Access_Level, SA_Weight, SA_Content, 
    SA_Answer_Url, SA_Total_Num, SA_Create_Time, SA_Update_Time, SA_Extension1, SA_Extension2, 
    SA_Extension3, SA_Remark
  </sql>
</mapper>