fix: 优化xml映射
This commit is contained in:
parent
53c08bd833
commit
8d1492efbb
@ -4,10 +4,10 @@
|
|||||||
<mapper namespace="com.yfd.platform.env.mapper.SdHydrobaseMapper">
|
<mapper namespace="com.yfd.platform.env.mapper.SdHydrobaseMapper">
|
||||||
|
|
||||||
<resultMap id="BaseResultMap" type="com.yfd.platform.env.domain.SdHydrobase">
|
<resultMap id="BaseResultMap" type="com.yfd.platform.env.domain.SdHydrobase">
|
||||||
<id column="BASEID" property="baseId"/>
|
<id column="BASEID" property="baseid"/>
|
||||||
<result column="BASENAME" property="basename"/>
|
<result column="BASENAME" property="basename"/>
|
||||||
<result column="SHORTNAME" property="shortname"/>
|
<result column="SHORTNAME" property="shortname"/>
|
||||||
<result column="PBASEID" property="pBaseId"/>
|
<result column="PBASEID" property="pbaseid"/>
|
||||||
<result column="GRD" property="grd"/>
|
<result column="GRD" property="grd"/>
|
||||||
<result column="PATH" property="path"/>
|
<result column="PATH" property="path"/>
|
||||||
<result column="ORDERINDEX" property="orderIndex"/>
|
<result column="ORDERINDEX" property="orderIndex"/>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user