<?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.C3mReportErrorMapper">
|
|
<resultMap id="BaseResultMap" type="com.sandu.ximon.dao.domain.C3mReportError">
|
<id property="c3mErrorId" column="c3m_error_id" jdbcType="BIGINT"/>
|
<result property="c3Mac" column="c3_mac" jdbcType="VARCHAR"/>
|
<result property="errorCode" column="error_code" jdbcType="INTEGER"/>
|
<result property="createTime" column="create_time" jdbcType="TIMESTAMP"/>
|
<result property="updateTime" column="update_time" jdbcType="TIMESTAMP"/>
|
<result property="errorMsg" column="error_msg" jdbcType="VARCHAR"/>
|
</resultMap>
|
|
</mapper>
|