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
41
42
<?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.CstQuestionMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.CstQuestion" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="CQ_GUID" property="cqGuid" jdbcType="VARCHAR" />
    <result column="CQ_Content" property="cqContent" jdbcType="VARCHAR" />
    <result column="CQ_Kind" property="cqKind" jdbcType="TINYINT" />
    <result column="CQ_Subkind" property="cqSubkind" jdbcType="TINYINT" />
    <result column="CQ_Keywords" property="cqKeywords" jdbcType="VARCHAR" />
    <result column="CQ_Is_Punish" property="cqIsPunish" jdbcType="BIT" />
    <result column="CQ_Is_Illegal" property="cqIsIllegal" jdbcType="BIT" />
    <result column="CQ_Is_Supervise" property="cqIsSupervise" jdbcType="BIT" />
    <result column="CQ_Is_Shotspot" property="cqIsShotspot" jdbcType="BIT" />
    <result column="CQ_Scenes" property="cqScenes" jdbcType="VARCHAR" />
    <result column="CQ_Is_Associated" property="cqIsAssociated" jdbcType="BIT" />
    <result column="MI_GUIDS" property="miGuids" jdbcType="VARCHAR" />
    <result column="MF_Name" property="mfName" jdbcType="VARCHAR" />
    <result column="MF_Reference_Number" property="mfReferenceNumber" jdbcType="VARCHAR" />
    <result column="MI_Chapter_Name" property="miChapterName" jdbcType="VARCHAR" />
    <result column="CQ_Is_Setting" property="cqIsSetting" jdbcType="BIT" />
    <result column="CQ_Is_Intelligent" property="cqIsIntelligent" jdbcType="BIT" />
    <result column="CQ_TotalNum" property="cqTotalnum" jdbcType="INTEGER" />
    <result column="CQ_Create_Time" property="cqCreateTime" jdbcType="TIMESTAMP" />
    <result column="CQ_Update_Time" property="cqUpdateTime" jdbcType="TIMESTAMP" />
    <result column="CQ_Extension1" property="cqExtension1" jdbcType="VARCHAR" />
    <result column="CQ_Extension2" property="cqExtension2" jdbcType="VARCHAR" />
    <result column="CQ_Extension3" property="cqExtension3" jdbcType="VARCHAR" />
    <result column="CQ_Remark" property="cqRemark" jdbcType="VARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    CQ_GUID, CQ_Content, CQ_Kind, CQ_Subkind, CQ_Keywords, CQ_Is_Punish, CQ_Is_Illegal, 
    CQ_Is_Supervise, CQ_Is_Shotspot, CQ_Scenes, CQ_Is_Associated, MI_GUIDS, MF_Name, 
    MF_Reference_Number, MI_Chapter_Name, CQ_Is_Setting, CQ_Is_Intelligent, CQ_TotalNum, 
    CQ_Create_Time, CQ_Update_Time, CQ_Extension1, CQ_Extension2, CQ_Extension3, CQ_Remark
  </sql>
</mapper>