feiyu02
2024-08-15 196bb14112448857a885e32dc4149e308e00b01a
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
<?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.PracticalOperationMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.PracticalOperation" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="PO_ID" property="poId" jdbcType="INTEGER" />
    <result column="PO_Module_Name" property="poModuleName" jdbcType="VARCHAR" />
    <result column="PO_Type_Id" property="poTypeId" jdbcType="INTEGER" />
    <result column="PO_Type_Name" property="poTypeName" jdbcType="VARCHAR" />
    <result column="PO_Sub_Type_Id" property="poSubTypeId" jdbcType="INTEGER" />
    <result column="PO_Sub_Type_Name" property="poSubTypeName" jdbcType="VARCHAR" />
    <result column="PO_Title" property="poTitle" jdbcType="VARCHAR" />
    <result column="PO_Content" property="poContent" jdbcType="VARCHAR" />
    <result column="PO_Device_Code" property="poDeviceCode" jdbcType="VARCHAR" />
    <result column="PO_State_Range_Id" property="poStateRangeId" jdbcType="VARCHAR" />
    <result column="PO_State_Range" property="poStateRange" jdbcType="VARCHAR" />
    <result column="PO_State_Remind_Range" property="poStateRemindRange" jdbcType="VARCHAR" />
    <result column="PO_State_Rule" property="poStateRule" jdbcType="INTEGER" />
    <result column="PO_Ledger_Type_Id" property="poLedgerTypeId" jdbcType="INTEGER" />
    <result column="PO_Ledger_Type_Name" property="poLedgerTypeName" jdbcType="VARCHAR" />
    <result column="PO_User_Config_Id" property="poUserConfigId" jdbcType="INTEGER" />
    <result column="PO_User_Id" property="poUserId" jdbcType="VARCHAR" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    PO_ID, PO_Module_Name, PO_Type_Id, PO_Type_Name, PO_Sub_Type_Id, PO_Sub_Type_Name, 
    PO_Title, PO_Content, PO_Device_Code, PO_State_Range_Id, PO_State_Range, PO_State_Remind_Range, 
    PO_State_Rule, PO_Ledger_Type_Id, PO_Ledger_Type_Name, PO_User_Config_Id, PO_User_Id
  </sql>
</mapper>