Newer
Older
huludao / src / main / resources / mapper / business / InspectionUserEquMapper.xml
<?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.newfiber.modules.inspection.dao.InspectionUserEquMapper">
    <resultMap id="BaseResultMap" type="com.newfiber.modules.inspection.entity.InspectionUserEqu">
        <id column="id" jdbcType="INTEGER" property="id"/>
        <result column="user_id" jdbcType="BIGINT" property="userId"/>
        <result column="fullname" jdbcType="VARCHAR" property="fullname"/>
        <result column="inspection_no" jdbcType="VARCHAR" property="inspectionNo"/>
        <result column="pump_no" jdbcType="VARCHAR" property="pumpNo"/>
        <result column="equ_no" jdbcType="VARCHAR" property="equNo"/>
        <result column="equ_name" jdbcType="VARCHAR" property="equName"/>
        <result column="result" jdbcType="VARCHAR" property="result"/>
        <result column="result_note" jdbcType="VARCHAR" property="resultNote"/>
        <result column="pointx" jdbcType="VARCHAR" property="pointx"/>
        <result column="pointy" jdbcType="VARCHAR" property="pointy"/>
        <result column="ip" jdbcType="VARCHAR" property="ip"/>
        <result column="create_datetime" jdbcType="TIMESTAMP" property="createDatetime"/>
    </resultMap>
</mapper>