suerprisePlus
2024-09-04 85af9acfccf2e944a97557d3e46d143b0e99e2f1
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.yb.dao.GisOsmPoisFree1Dao">
 
    <!-- 可根据自己的需求,是否要使用 -->
    <resultMap type="com.yb.entity.GisOsmPoisFree1Entity" id="gisOsmPoisFree1Map">
        <result property="gid" column="gid"/>
        <result property="osmId" column="osm_id"/>
        <result property="code" column="code"/>
        <result property="fclass" column="fclass"/>
        <result property="name" column="name"/>
        <result property="Geometry" column="geom"/>
    </resultMap>
 
 
</mapper>