forked from liweijie/education
feat: 提交课表冲突检查相关功能模块
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<?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>
|
||||
Reference in New Issue
Block a user