feat: 提交课表冲突检查相关功能模块

This commit is contained in:
dengxiaoyue
2026-08-21 14:39:03 +08:00
parent 179b12e3bf
commit f190c29e05
857 changed files with 10838 additions and 5 deletions
@@ -0,0 +1,25 @@
<?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.XYCPCPXMBMapper">
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.XYCPCPXMB">
<result column="编号" property="bH" />
<result column="名称" property="mC" />
<result column="课程板块测评_分值权重标准编号" property="kCBKCPFZQZBZBH" />
<result column="课程板块测评_测评结果样式编号" property="kCBKCPCPJGYSBH" />
<result column="学员评教员_分值权重标准编号" property="xYPJYFZQZBZBH" />
<result column="学员评教员_测评结果样式编号" property="xYPJYCPJGYSBH" />
<result column="创建时间" property="cJSJ" />
<result column="停用状态" property="tYZT" />
<result column="备注" property="bZ" />
<result column="停用时间" property="tYSJ" />
<result column="评课程通告内容" property="pKCTGNR" />
<result column="评授课教员通告内容" property="pSKJYTGNR" />
<result column="JSONZD" property="jsonZD" />
</resultMap>
<sql id="Base_Column_List">
编号, 名称, 课程板块测评_分值权重标准编号, 课程板块测评_测评结果样式编号, 学员评教员_分值权重标准编号, 学员评教员_测评结果样式编号, 创建时间, 停用状态, 备注, 停用时间, 评课程通告内容, 评授课教员通告内容, JSONZD
</sql>
</mapper>