Newer
Older
huludao / src / main / resources / mapper / business / InspectionTrackMapper.xml
@新烽开发者 新烽开发者 on 22 Jul 732 bytes init
<?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.InspectionTrackMapper">
    <resultMap id="BaseResultMap" type="com.newfiber.modules.inspection.entity.InspectionTrack">
        <id column="id" jdbcType="INTEGER" property="id"/>
        <result column="inspection_no" jdbcType="VARCHAR" property="inspectionNo"/>
        <result column="pointx" jdbcType="VARCHAR" property="pointx"/>
        <result column="pointy" jdbcType="VARCHAR" property="pointy"/>
        <result column="create_datetime" jdbcType="TIMESTAMP" property="createDatetime"/>
    </resultMap>
</mapper>