feiyu02
2022-07-04 c93ad66797e4830ccf4de81c1e8787ab90b22791
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
<?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>