- <?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.zhgd.scs.mapper.HazFixedNewestMapper">
- <resultMap id="BaseResultMap" type="com.zhgd.scs.domain.HazFixedNewest">
- <id property="id" column="id" jdbcType="BIGINT"/>
- <result property="deviceSn" column="device_sn" jdbcType="VARCHAR"/>
- <result property="deviceName" column="device_name" jdbcType="VARCHAR"/>
- <result property="time" column="time" jdbcType="TIMESTAMP"/>
- <result property="projectId" column="project_id" jdbcType="BIGINT"/>
- </resultMap>
- </mapper>
|