<?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.HpgpInspectionCheckMapper">

    <resultMap type="cn.sh.stc.sict.theme.hpgp.model.HpgpInspectionCheck" id="HpgpInspectionCheckMap">
        <result property="hospitalCode" column="hospital_code"/>
        <result property="hospitalName" column="hospital_name"/>
        <result property="deptCode" column="dept_code"/>
        <result property="deptName" column="dept_name"/>
        <result property="itemName" column="item_name"/>
    </resultMap>

    <sql id="Base_Column_List">hospital_code, hospital_name, dept_code, dept_name, item_name</sql>
</mapper>