<?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.HpHosInfoMapper">
<resultMap type="cn.sh.stc.sict.theme.hphy.model.HpHosInfo" id="HpHosInfoMap">
<result property="hosOrgCode" column="hos_org_code" jdbcType="VARCHAR"/>
<result property="orgCode" column="org_code" jdbcType="VARCHAR"/>
<result property="hosName" column="hos_name" jdbcType="VARCHAR"/>
<result property="hospitalAdd" column="hospital_add" jdbcType="VARCHAR"/>
<result property="hospitalRule" column="hospital_rule" jdbcType="VARCHAR"/>
<result property="hospitalWeb" column="hospital_web" jdbcType="VARCHAR"/>
<result property="trafficGuide" column="traffic_guide" jdbcType="VARCHAR"/>
<result property="hospitalDesc" column="hospital_desc" jdbcType="VARCHAR"/>
<result property="hospitalTel" column="hospital_tel" jdbcType="VARCHAR"/>
<result property="hospitalGrade" column="hospital_grade" jdbcType="VARCHAR"/>
<result property="hospitalLevel" column="hospital_level" jdbcType="VARCHAR"/>
<result property="hospitalType" column="hospital_type" jdbcType="VARCHAR"/>
<result property="payMode" column="pay_mode" jdbcType="VARCHAR"/>
<result property="orderMode" column="order_mode" jdbcType="VARCHAR"/>
<result property="isSpTime" column="is_sp_time" jdbcType="OTHER"/>
<result property="shortName" column="short_name" jdbcType="VARCHAR"/>
<result property="orgSort" column="org_sort" jdbcType="VARCHAR"/>
<result property="hospitalArea" column="hospital_area" jdbcType="VARCHAR"/>
<result property="hospitalImage" column="hospital_image" jdbcType="VARCHAR"/>
</resultMap>
<sql id="Base_Column_List">
hos_org_code, org_code, hos_name, hospital_add, hospital_rule, hospital_web, traffic_guide, hospital_desc, hospital_tel, hospital_grade, hospital_level, hospital_type, pay_mode, order_mode, is_sp_time, short_name, org_sort, hospital_area, hospital_image </sql>
</mapper>
-
zhangly authored18906111