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