feat: 提交课表冲突检查相关功能模块
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?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.TGBMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.TGB">
|
||||
<result column="编号" property="bH" />
|
||||
<result column="标题" property="bT" />
|
||||
<result column="内容" property="nR" />
|
||||
<result column="发布时间" property="fBSJ" />
|
||||
<result column="创建时间" property="cJSJ" />
|
||||
<result column="优先级" property="yXJ" />
|
||||
<result column="阅读次数" property="yDCS" />
|
||||
<result column="状态" property="zT" />
|
||||
<result column="类别" property="lB" />
|
||||
<result column="备注" property="bZ" />
|
||||
<result column="全体" property="qT" />
|
||||
</resultMap>
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
编号, 标题, 内容, 发布时间, 创建时间, 优先级, 阅读次数, 状态, 类别, 备注, 全体
|
||||
</sql>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user