<?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>
|