<?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>
|