道路线索应急巡查系统服务后台
feiyu02
2025-09-30 84569abda51ecf6c5549dec4cadee8d043422379
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
<?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="com.flightfeather.grid.domain.ds1.mapper.ClueConclusionMapper">
  <resultMap id="BaseResultMap" type="com.flightfeather.grid.domain.ds1.entity.ClueConclusion">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="CC_Id" jdbcType="INTEGER" property="ccId" />
    <result column="C_Id" jdbcType="INTEGER" property="cId" />
    <result column="CC_Question_Type" jdbcType="VARCHAR" property="ccQuestionType" />
    <result column="CC_Conclusion" jdbcType="VARCHAR" property="ccConclusion" />
    <result column="CC_Create_Time" jdbcType="TIMESTAMP" property="ccCreateTime" />
    <result column="CC_Uploaded" jdbcType="BIT" property="ccUploaded" />
    <result column="CC_Upload_Time" jdbcType="TIMESTAMP" property="ccUploadTime" />
    <result column="CC_Internal" jdbcType="BIT" property="ccInternal" />
  </resultMap>
  <resultMap extends="BaseResultMap" id="ResultMapWithBLOBs" type="com.flightfeather.grid.domain.ds1.entity.ClueConclusion">
    <!--
      WARNING - @mbg.generated
    -->
    <result column="CC_Details" jdbcType="LONGVARCHAR" property="ccDetails" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--
      WARNING - @mbg.generated
    -->
    CC_Id, C_Id, CC_Question_Type, CC_Conclusion, CC_Create_Time, CC_Uploaded, CC_Upload_Time, 
    CC_Internal
  </sql>
  <sql id="Blob_Column_List">
    <!--
      WARNING - @mbg.generated
    -->
    CC_Details
  </sql>
</mapper>