<?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.MonitorDeviceMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.MonitorDevice" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="MD_GUID" property="mdGuid" jdbcType="VARCHAR" />
|
<result column="MD_Num" property="mdNum" jdbcType="VARCHAR" />
|
<result column="MD_No" property="mdNo" jdbcType="VARCHAR" />
|
<result column="MD_Name" property="mdName" jdbcType="VARCHAR" />
|
<result column="MD_Model" property="mdModel" jdbcType="VARCHAR" />
|
<result column="MD_Scene_Type_Id" property="mdSceneTypeId" jdbcType="INTEGER" />
|
<result column="MD_Scene_Type" property="mdSceneType" jdbcType="VARCHAR" />
|
<result column="MD_Monitoring_Type" property="mdMonitoringType" jdbcType="VARCHAR" />
|
<result column="MD_Suppliers" property="mdSuppliers" jdbcType="VARCHAR" />
|
<result column="MD_Running_Status" property="mdRunningStatus" jdbcType="VARCHAR" />
|
<result column="MD_Is_Online" property="mdIsOnline" jdbcType="VARCHAR" />
|
<result column="MD_Is_Maintenance" property="mdIsMaintenance" jdbcType="VARCHAR" />
|
<result column="MD_User_Id" property="mdUserId" jdbcType="VARCHAR" />
|
<result column="MD_User_Name" property="mdUserName" jdbcType="VARCHAR" />
|
<result column="MD_Updating_Time" property="mdUpdatingTime" jdbcType="TIMESTAMP" />
|
<result column="MD_Remark" property="mdRemark" jdbcType="VARCHAR" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
MD_GUID, MD_Num, MD_No, MD_Name, MD_Model, MD_Scene_Type_Id, MD_Scene_Type, MD_Monitoring_Type,
|
MD_Suppliers, MD_Running_Status, MD_Is_Online, MD_Is_Maintenance, MD_User_Id, MD_User_Name,
|
MD_Updating_Time, MD_Remark
|
</sql>
|
</mapper>
|