feiyu02
2024-11-21 9de446b0b83610055437fbc5172d216bb374900f
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
35
36
37
38
<?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.ds1.mapper.TreatmentDeviceInfoMapper" >
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.TreatmentDeviceInfo" >
    <!--
      WARNING - @mbg.generated
    -->
    <id column="PI_ID" property="piId" jdbcType="INTEGER" />
    <result column="PI_Device_Code" property="piDeviceCode" jdbcType="VARCHAR" />
    <result column="PI_Name" property="piName" jdbcType="VARCHAR" />
    <result column="PI_Scene_GUID" property="piSceneGuid" jdbcType="VARCHAR" />
    <result column="PI_Scene_Type_Id" property="piSceneTypeId" jdbcType="TINYINT" />
    <result column="PI_Type_Id" property="piTypeId" jdbcType="TINYINT" />
    <result column="PI_Subtype_Id" property="piSubtypeId" jdbcType="TINYINT" />
    <result column="PI_Supplier" property="piSupplier" jdbcType="VARCHAR" />
    <result column="PI_Maintainer" property="piMaintainer" jdbcType="VARCHAR" />
    <result column="PI_Maintain_Frequency" property="piMaintainFrequency" jdbcType="TINYINT" />
    <result column="PI_Maintain_Staff" property="piMaintainStaff" jdbcType="VARCHAR" />
    <result column="PI_Maintain_Tel" property="piMaintainTel" jdbcType="VARCHAR" />
    <result column="PI_Running_Status" property="piRunningStatus" jdbcType="TINYINT" />
    <result column="PI_Brand_Model" property="piBrandModel" jdbcType="VARCHAR" />
    <result column="PI_Device_Param" property="piDeviceParam" jdbcType="VARCHAR" />
    <result column="PI_Ownership" property="piOwnership" jdbcType="TINYINT" />
    <result column="PI_QR_Code" property="piQrCode" jdbcType="VARCHAR" />
    <result column="PI_Other_QR_Code" property="piOtherQrCode" jdbcType="VARCHAR" />
    <result column="PI_Create_Time" property="piCreateTime" jdbcType="TIMESTAMP" />
    <result column="PI_Update_Time" property="piUpdateTime" jdbcType="TIMESTAMP" />
  </resultMap>
  <sql id="Base_Column_List" >
    <!--
      WARNING - @mbg.generated
    -->
    PI_ID, PI_Device_Code, PI_Name, PI_Scene_GUID, PI_Scene_Type_Id, PI_Type_Id, PI_Subtype_Id, 
    PI_Supplier, PI_Maintainer, PI_Maintain_Frequency, PI_Maintain_Staff, PI_Maintain_Tel, 
    PI_Running_Status, PI_Brand_Model, PI_Device_Param, PI_Ownership, PI_QR_Code, PI_Other_QR_Code, 
    PI_Create_Time, PI_Update_Time
  </sql>
</mapper>