zjh
2024-12-25 79f9fbd9f999e26af3f0bca534d825eb687e092c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?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.TjFlowingWaterHisMapper">
 
    <resultMap id="BaseResultMap" type="com.ltkj.hosp.domain.TjFlowingWaterHis">
            <id property="id" column="id" jdbcType="BIGINT"/>
            <result property="parentId" column="parent_id" jdbcType="VARCHAR"/>
            <result property="currentId" column="current_id" jdbcType="VARCHAR"/>
            <result property="xmId" column="xm_id" jdbcType="VARCHAR"/>
    </resultMap>
 
    <sql id="Base_Column_List">
        id,parent_id,current_id,xm_id
    </sql>
</mapper>