<?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.sh.stc.sict.theme.hpgp.dao.HpgpLumbarAnswerMapper"> <resultMap type="cn.sh.stc.sict.theme.hpgp.model.HpgpLumbarAnswer" id="HpgpLumbarAnswerMap"> <result property="id" column="id"/> <result property="userId" column="user_id"/> <result property="patientId" column="patient_id"/> <result property="answerJson" column="answer_json"/> <result property="age" column="age"/> <result property="score" column="score"/> <result property="createTime" column="create_time"/> <result property="updateTime" column="update_time"/> </resultMap> </mapper>