suerprisePlus
2024-09-04 85af9acfccf2e944a97557d3e46d143b0e99e2f1
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
36
37
38
39
40
41
42
<?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.TMetaDao">
 
    <!-- 可根据自己的需求,是否要使用 -->
    <resultMap type="com.yb.entity.TMetaEntity" id="tMetaMap">
        <result property="defaultvisilibity" column="defaultvisilibity"/>
        <result property="arearender" column="arearender"/>
        <result property="description" column="description"/>
        <result property="parentid" column="parentid"/>
        <result property="businessfield" column="businessfield"/>
        <result property="displayscale" column="displayscale"/>
        <result property="lablefield" column="lablefield"/>
        <result property="defaultlod" column="defaultlod"/>
        <result property="servicename" column="servicename"/>
        <result property="id" column="id"/>
        <result property="tablename" column="tablename"/>
        <result property="displayfield" column="displayfield"/>
        <result property="childlayerid" column="childlayerid"/>
        <result property="lods" column="lods"/>
        <result property="dataformat" column="dataformat"/>
        <result property="versionfield" column="versionfield"/>
        <result property="linerender" column="linerender"/>
        <result property="dataType" column="_data_type"/>
        <result property="displayorder" column="displayorder"/>
        <result property="lableinfo" column="lableinfo"/>
        <result property="pointrender" column="pointrender"/>
        <result property="expand" column="expand"/>
        <result property="relfield" column="relfield"/>
        <result property="polygonlod" column="polygonlod"/>
        <result property="name" column="name"/>
        <result property="pointlod" column="pointlod"/>
        <result property="isfolder" column="isfolder"/>
        <result property="polylinelod" column="polylinelod"/>
        <result property="logitudefield" column="logitudefield"/>
        <result property="latitudefield" column="latitudefield"/>
        <result property="heightfield" column="heightfield"/>
    </resultMap>
 
 
</mapper>