feiyu02
2022-06-28 5670e4a15fba292ef5f8fb90e96072de976bb621
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
<?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.ProblemMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.Problem" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="PR_GUID" property="prGuid" jdbcType="VARCHAR" />
    <result column="PR_Scene_Id" property="prSceneId" jdbcType="VARCHAR" />
    <result column="PR_Scene_Name" property="prSceneName" jdbcType="VARCHAR" />
    <result column="PR_Inspection_Period" property="prInspectionPeriod" jdbcType="DATE" />
    <result column="PR_Count" property="prCount" jdbcType="INTEGER" />
    <result column="PR_Details" property="prDetails" jdbcType="VARCHAR" />
    <result column="PR_Advice" property="prAdvice" jdbcType="VARCHAR" />
    <result column="PR_Changed_Count" property="prChangedCount" jdbcType="INTEGER" />
    <result column="PR_Changed_Problems" property="prChangedProblems" jdbcType="VARCHAR" />
    <result column="PR_Inspection_Time" property="prInspectionTime" jdbcType="DATE" />
    <result column="PR_Supervision_Level" property="prSupervisionLevel" jdbcType="VARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    PR_GUID, PR_Scene_Id, PR_Scene_Name, PR_Inspection_Period, PR_Count, PR_Details, 
    PR_Advice, PR_Changed_Count, PR_Changed_Problems, PR_Inspection_Time, PR_Supervision_Level
  </sql>
</mapper>