<?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.hphy.dao.HpDeptInfoMapper"> <resultMap type="cn.sh.stc.sict.theme.hphy.model.HpDeptInfo" id="HpDeptInfoMap"> <result property="id" column="id" jdbcType="INTEGER"/> <result property="hosOrgCode" column="hos_org_code" jdbcType="VARCHAR"/> <result property="oneDeptCode" column="one_dept_code" jdbcType="VARCHAR"/> <result property="deptCode" column="dept_code" jdbcType="VARCHAR"/> <result property="hosName" column="hos_name" jdbcType="VARCHAR"/> <result property="oneDeptName" column="one_dept_name" jdbcType="VARCHAR"/> <result property="deptName" column="dept_name" jdbcType="VARCHAR"/> <result property="normdeptCode" column="normdept_code" jdbcType="VARCHAR"/> <result property="normdeptName" column="normdept_name" jdbcType="VARCHAR"/> <result property="deptDesc" column="dept_desc" jdbcType="VARCHAR"/> <result property="indexNo" column="index_no" jdbcType="VARCHAR"/> </resultMap> <sql id="Base_Column_List"> id, hos_org_code, one_dept_code, dept_code, hos_name, one_dept_name, dept_name, normdept_code, normdept_name, dept_desc, index_no </sql> </mapper>