<?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="com.ltkj.hosp.mapper.DictCommonHisConfigMapper">
|
|
<resultMap id="BaseResultMap" type="com.ltkj.hosp.domain.DictCommonHisConfig">
|
<id property="id" column="id" jdbcType="INTEGER"/>
|
<result property="fullKey" column="full_key" jdbcType="VARCHAR"/>
|
<result property="province" column="province" jdbcType="VARCHAR"/>
|
<result property="region" column="region" jdbcType="VARCHAR"/>
|
<result property="city" column="city" jdbcType="VARCHAR"/>
|
<result property="hospital" column="hospital" jdbcType="VARCHAR"/>
|
<result property="tjUrl" column="tj_url" jdbcType="VARCHAR"/>
|
<result property="hisApiUrl" column="his_api_url" jdbcType="VARCHAR"/>
|
<result property="hisApiPort" column="his_api_port" jdbcType="SMALLINT"/>
|
<result property="hisApiAppend" column="his_api_append" jdbcType="VARCHAR"/>
|
<result property="czy" column="czy" jdbcType="VARCHAR"/>
|
<result property="czyId" column="czy_id" jdbcType="VARCHAR"/>
|
<result property="kdks" column="kdks" jdbcType="VARCHAR"/>
|
<result property="dbIp" column="db_ip" jdbcType="VARCHAR"/>
|
<result property="dbPort" column="db_port" jdbcType="SMALLINT"/>
|
<result property="dbName" column="db_name" jdbcType="VARCHAR"/>
|
<result property="dbUser" column="db_user" jdbcType="VARCHAR"/>
|
<result property="dbPassword" column="db_password" jdbcType="VARCHAR"/>
|
</resultMap>
|
|
<sql id="Base_Column_List">
|
id,full_key,province,
|
region,city,hospital,
|
tj_url,his_api_url,his_api_port,
|
his_api_append,czy,czy_id,
|
kdks,db_ip,db_port,
|
db_name,db_user,db_password
|
</sql>
|
</mapper>
|