<?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.LtkjJfxmgljyxmzdMapper">
|
|
<resultMap id="BaseResultMap" type="com.ltkj.hosp.domain.LtkjJfxmgljyxmzd">
|
<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="xmmc" column="xmmc" jdbcType="VARCHAR"/>
|
<result property="jyxmdm" column="jyxmdm" jdbcType="VARCHAR"/>
|
<result property="jyxmmc" column="jyxmmc" 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,xmmc,
|
jyxmdm,jyxmmc,cjrq,
|
jlzt,bz,insert_time
|
</sql>
|
</mapper>
|