<?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.NotificationMapper" >
|
<resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.Notification" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
<id column="NT_GUID" property="ntGuid" jdbcType="VARCHAR" />
|
<result column="NT_AuthorId" property="ntAuthorid" jdbcType="VARCHAR" />
|
<result column="NT_AuthorName" property="ntAuthorname" jdbcType="VARCHAR" />
|
<result column="NT_AuthorPicUrl" property="ntAuthorpicurl" jdbcType="VARCHAR" />
|
<result column="NT_TypeId" property="ntTypeid" jdbcType="VARCHAR" />
|
<result column="NT_TypeName" property="ntTypename" jdbcType="VARCHAR" />
|
<result column="NT_Title" property="ntTitle" jdbcType="VARCHAR" />
|
<result column="NT_PicUrl" property="ntPicurl" jdbcType="VARCHAR" />
|
<result column="NT_BodyUrl" property="ntBodyurl" jdbcType="VARCHAR" />
|
<result column="NT_Content" property="ntContent" jdbcType="VARCHAR" />
|
<result column="NT_UpdateTime" property="ntUpdatetime" jdbcType="TIMESTAMP" />
|
</resultMap>
|
<sql id="Base_Column_List" >
|
<!--
|
WARNING - @mbg.generated
|
-->
|
NT_GUID, NT_AuthorId, NT_AuthorName, NT_AuthorPicUrl, NT_TypeId, NT_TypeName, NT_Title,
|
NT_PicUrl, NT_BodyUrl, NT_Content, NT_UpdateTime
|
</sql>
|
</mapper>
|