<?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.DeviceInfoMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds1.entity.DeviceInfo" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="DI_ID" property="diId" jdbcType="INTEGER" />
|
<result column="DI_Mn_Code" property="diMnCode" jdbcType="VARCHAR" />
|
<result column="DI_Name" property="diName" jdbcType="VARCHAR" />
|
<result column="DI_Scene_GUID" property="diSceneGuid" jdbcType="VARCHAR" />
|
<result column="DI_Supplier" property="diSupplier" jdbcType="VARCHAR" />
|
<result column="DI_Maintainer" property="diMaintainer" jdbcType="VARCHAR" />
|
<result column="DI_Running_Status" property="diRunningStatus" jdbcType="TINYINT" />
|
<result column="DI_Removed" property="diRemoved" jdbcType="BIT" />
|
<result column="DI_Type" property="diType" jdbcType="TINYINT" />
|
<result column="DI_Create_Time" property="diCreateTime" jdbcType="TIMESTAMP" />
|
<result column="DI_Update_Time" property="diUpdateTime" jdbcType="TIMESTAMP" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
DI_ID, DI_Mn_Code, DI_Name, DI_Scene_GUID, DI_Supplier, DI_Maintainer, DI_Running_Status,
|
DI_Removed, DI_Type, DI_Create_Time, DI_Update_Time
|
</sql>
|
</mapper>
|