<?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.HpgpKsHotMapper"> <resultMap type="cn.sh.stc.sict.theme.hpgp.model.HpgpKsHot" id="HpgpKsHotMap"> <result property="gzh" column="gzh"/> <result property="standardDept" column="standard_dept"/> <result property="hospitalCode" column="hospital_code"/> <result property="hospitalName" column="hospital_name"/> <result property="oneDeptCode" column="one_dept_code"/> <result property="deptCode" column="dept_code"/> <result property="deptName" column="dept_name"/> <result property="rankScore" column="rank_score"/> </resultMap> <sql id="Base_Column_List"> gzh, standard_dept, hospital_code, hospital_name, one_dept_code, dept_code, dept_name, rank_score </sql> </mapper>