<?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="cn.timer.api.dao.zpgl.ZpglRcxxStudyMapper"> <!-- 可根据自己的需求,是否要使用 --> <resultMap type="cn.timer.api.bean.zpgl.ZpglRcxxStudy" id="zpglRcxxStudyMap"> <result property="id" column="id"/> <result property="zpglRcxxId" column="zpgl_rcxx_id"/> <result property="startTime" column="start_time"/> <result property="endTime" column="end_time"/> <result property="schoolName" column="school_name"/> <result property="education" column="education"/> <result property="subject" column="subject"/> <result property="isDelete" column="is_delete"/> <result property="createTime" column="create_time"/> <result property="updateTime" column="update_time"/> </resultMap> </mapper>