feiyu02
2025-09-30 6904763f0e74d9a9fa4dbc39f635d2aee39416c6
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
<?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>