<?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.EquDetectionItemDao"> <resultMap id="BaseResultMap" type="com.newfiber.modules.inspection.entity.EquDetectionItem"> <id column="id" jdbcType="INTEGER" property="id" /> <result column="equ_no" jdbcType="VARCHAR" property="equNo" /> <result column="equ_name" jdbcType="VARCHAR" property="equName" /> <result column="detection_name" jdbcType="VARCHAR" property="detectionName" /> <result column="remark" jdbcType="VARCHAR" property="remark" /> <result column="create_datetime" jdbcType="TIMESTAMP" property="createDatetime" /> </resultMap> </mapper>