<?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.ds3.mapper.FumeExceptionDataMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.ds3.entity.FumeExceptionData" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="id" property="id" jdbcType="INTEGER" />
|
<result column="dev_id" property="devId" jdbcType="VARCHAR" />
|
<result column="exception" property="exception" jdbcType="VARCHAR" />
|
<result column="exception_type" property="exceptionType" jdbcType="VARCHAR" />
|
<result column="region" property="region" jdbcType="VARCHAR" />
|
<result column="begin_time" property="beginTime" jdbcType="TIMESTAMP" />
|
<result column="end_time" property="endTime" jdbcType="TIMESTAMP" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
id, dev_id, exception, exception_type, region, begin_time, end_time
|
</sql>
|
</mapper>
|