<?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="com.sandu.ximon.dao.mapper.MidConnectionRelationMapper">
|
|
<resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.MidConnectionRelation">
|
<id property="id" column="id" jdbcType="BIGINT"/>
|
<result property="lampId" column="lamp_id" jdbcType="BIGINT"/>
|
<result property="equipmentId" column="equipment_id" jdbcType="BIGINT"/>
|
<result property="equipmentName" column="equipment_name" jdbcType="VARCHAR"/>
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
<result property="updataTime" column="updata_time" jdbcType="TIMESTAMP"/>
|
</resultMap>
|
|
</mapper>
|