<?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.LtkjMxjfxmzdMapper">
|
|
<resultMap id="BaseResultMap" type="com.ltkj.hosp.domain.LtkjMxjfxmzd">
|
<result property="rownumber" column="rownumber" jdbcType="VARCHAR"/>
|
<result property="totalcount" column="totalcount" jdbcType="VARCHAR"/>
|
<result property="yljgdm" column="yljgdm" jdbcType="VARCHAR"/>
|
<result property="yljgmc" column="yljgmc" jdbcType="VARCHAR"/>
|
<result property="xmdm" column="xmdm" jdbcType="VARCHAR"/>
|
<result property="sgbm" column="sgbm" jdbcType="VARCHAR"/>
|
<result property="xmmc" column="xmmc" jdbcType="VARCHAR"/>
|
<result property="xmpy" column="xmpy" jdbcType="VARCHAR"/>
|
<result property="ejkmdm" column="ejkmdm" jdbcType="VARCHAR"/>
|
<result property="xmgg" column="xmgg" jdbcType="VARCHAR"/>
|
<result property="xmlb" column="xmlb" jdbcType="VARCHAR"/>
|
<result property="xmdj" column="xmdj" jdbcType="VARCHAR"/>
|
<result property="yhbl" column="yhbl" jdbcType="VARCHAR"/>
|
<result property="sfgd" column="sfgd" jdbcType="VARCHAR"/>
|
<result property="sfyp" column="sfyp" jdbcType="VARCHAR"/>
|
<result property="sffj" column="sffj" jdbcType="VARCHAR"/>
|
<result property="sfjj" column="sfjj" jdbcType="VARCHAR"/>
|
<result property="hsks" column="hsks" jdbcType="VARCHAR"/>
|
<result property="yzxmfldm" column="yzxmfldm" jdbcType="VARCHAR"/>
|
<result property="babzdm" column="babzdm" jdbcType="VARCHAR"/>
|
<result property="sfqj" column="sfqj" jdbcType="VARCHAR"/>
|
<result property="sfynhz" column="sfynhz" jdbcType="VARCHAR"/>
|
<result property="sfyjhz" column="sfyjhz" jdbcType="VARCHAR"/>
|
<result property="cjrq" column="cjrq" jdbcType="VARCHAR"/>
|
<result property="jlzt" column="jlzt" jdbcType="VARCHAR"/>
|
<result property="bz" column="bz" jdbcType="VARCHAR"/>
|
<result property="insertTime" column="insert_time" jdbcType="VARCHAR"/>
|
</resultMap>
|
|
<sql id="Base_Column_List">
|
rownumber,totalcount,yljgdm,
|
yljgmc,xmdm,sgbm,
|
xmmc,xmpy,ejkmdm,
|
xmgg,xmlb,xmdj,
|
yhbl,sfgd,sfyp,
|
sffj,sfjj,hsks,
|
yzxmfldm,babzdm,sfqj,
|
sfynhz,sfyjhz,cjrq,
|
jlzt,bz,insert_time
|
</sql>
|
</mapper>
|