20 lines
821 B
XML
20 lines
821 B
XML
<?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="com.roomroot.jwgl.mapper.TGYHXXMapper">
|
|
|
|
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.TGYHXX">
|
|
<result column="编号" property="bH" />
|
|
<result column="通告编号" property="tGBH" />
|
|
<result column="用户编号" property="yHBH" />
|
|
<result column="已接收" property="yJS" />
|
|
<result column="接收时间" property="JSSJ" />
|
|
<result column="已阅读" property="yYD" />
|
|
<result column="阅读时间" property="yDSJ" />
|
|
</resultMap>
|
|
|
|
<sql id="Base_Column_List">
|
|
编号, 通告编号, 用户编号, 已接收, 接收时间, 已阅读, 阅读时间
|
|
</sql>
|
|
|
|
</mapper>
|