HpgpLabExperienceMapper.xml 677 Bytes
<?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.HpgpLabExperienceMapper">

    <resultMap type="cn.sh.stc.sict.theme.hpgp.model.HpgpLabExperience" id="HpgpLabExperienceMap">
        <result property="id" column="id"/>
        <result property="hospCode" column="hosp_code"/>
        <result property="hospName" column="hosp_name"/>
        <result property="deptCode" column="dept_code"/>
        <result property="deptName" column="dept_name"/>
        <result property="itemName" column="item_name"/>
    </resultMap>
</mapper>