<?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.PracticalOperationRecordMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.PracticalOperationRecord" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="PR_Id" property="prId" jdbcType="INTEGER" />
|
<result column="PO_Id" property="poId" jdbcType="INTEGER" />
|
<result column="PO_Title" property="poTitle" jdbcType="VARCHAR" />
|
<result column="PR_User_Id" property="prUserId" jdbcType="VARCHAR" />
|
<result column="PR_User_Name" property="prUserName" jdbcType="VARCHAR" />
|
<result column="PR_User_Scene_Type" property="prUserSceneType" jdbcType="INTEGER" />
|
<result column="PR_Time" property="prTime" jdbcType="TIMESTAMP" />
|
<result column="PR_State_Id" property="prStateId" jdbcType="VARCHAR" />
|
<result column="PR_State_Name" property="prStateName" jdbcType="VARCHAR" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
PR_Id, PO_Id, PO_Title, PR_User_Id, PR_User_Name, PR_User_Scene_Type, PR_Time, PR_State_Id,
|
PR_State_Name
|
</sql>
|
</mapper>
|