<?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>
|