feiyu02
2022-06-28 5670e4a15fba292ef5f8fb90e96072de976bb621
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?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.NoticeReadStateMapper">
  <resultMap id="BaseResultMap" type="cn.flightfeather.supervision.domain.entity.NoticeReadState">
    <!--
      WARNING - @mbg.generated
    -->
    <id column="NR_Id" jdbcType="INTEGER" property="nrId" />
    <result column="NR_UserId" jdbcType="VARCHAR" property="nrUserid" />
    <result column="EC_GUID" jdbcType="VARCHAR" property="ecGuid" />
    <result column="NR_ReadState" jdbcType="BIT" property="nrReadstate" />
    <result column="NR_SignState" jdbcType="BIT" property="nrSignstate" />
  </resultMap>
  <sql id="Base_Column_List">
    <!--
      WARNING - @mbg.generated
    -->
    NR_Id, NR_UserId, EC_GUID, NR_ReadState, NR_SignState
  </sql>
</mapper>