zjh
2024-12-06 c42f62b32bac302a7ac9fcde7489f7c5fc6e11aa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<?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.LtkjJyxmzdMapper">
 
    <resultMap id="BaseResultMap" type="com.ltkj.hosp.domain.LtkjJyxmzd">
            <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="jyxmdm" column="jyxmdm" jdbcType="VARCHAR"/>
            <result property="jyxmmc" column="jyxmmc" jdbcType="VARCHAR"/>
            <result property="jyxmpy" column="jyxmpy" jdbcType="VARCHAR"/>
            <result property="jyfldm" column="jyfldm" jdbcType="VARCHAR"/>
            <result property="jyfzdm" column="jyfzdm" jdbcType="VARCHAR"/>
            <result property="jybbdm" column="jybbdm" jdbcType="VARCHAR"/>
            <result property="sgys" column="sgys" jdbcType="VARCHAR"/>
            <result property="xmdj" column="xmdj" jdbcType="VARCHAR"/>
            <result property="jysbdm" column="jysbdm" 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,jyxmdm,jyxmmc,
        jyxmpy,jyfldm,jyfzdm,
        jybbdm,sgys,xmdj,
        jysbdm,cjrq,jlzt,
        bz,insert_time
    </sql>
</mapper>