<?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="cn.flightfeather.supervision.domain.mapper.LawMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.Law" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="LA_GUID" property="laGuid" jdbcType="VARCHAR" />
|
<result column="LA_AuthorId" property="laAuthorid" jdbcType="VARCHAR" />
|
<result column="LA_AuthorName" property="laAuthorname" jdbcType="VARCHAR" />
|
<result column="LA_TypeId" property="laTypeid" jdbcType="VARCHAR" />
|
<result column="LA_TypeName" property="laTypename" jdbcType="VARCHAR" />
|
<result column="LA_Title" property="laTitle" jdbcType="VARCHAR" />
|
<result column="LA_Abstract" property="laAbstract" jdbcType="VARCHAR" />
|
<result column="LA_PicUrl" property="laPicurl" jdbcType="VARCHAR" />
|
<result column="LA_BodyUrl" property="laBodyurl" jdbcType="VARCHAR" />
|
</resultMap>
|
<resultMap id="ResultMapWithBLOBs" type="cn.flightfeather.supervision.domain.entity.Law" extends="BaseResultMap" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<result column="LA_Text" property="laText" jdbcType="LONGVARCHAR" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
LA_GUID, LA_AuthorId, LA_AuthorName, LA_TypeId, LA_TypeName, LA_Title, LA_Abstract,
|
LA_PicUrl, LA_BodyUrl
|
</sql>
|
<sql id="Blob_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
LA_Text
|
</sql>
|
</mapper>
|