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,24 @@
<?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.JZGZLMapper">
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.JZGZL">
<result column="编号" property="bh" />
<result column="教员编号" property="jybh" />
<result column="年度" property="nd" />
<result column="学期" property="xq" />
<result column="课程教学工作量" property="kcjxgzl" />
<result column="科研学术工作量" property="kyxsgzl" />
<result column="指导学员工作量" property="zdyxgzl" />
<result column="教学建设工作量" property="jxjssgzl" />
<result column="咨询服务工作量" property="zxfwgzl" />
<result column="总工作量" property="zgzl" />
<result column="创建时间" property="cjsj" />
<result column="修改时间" property="xgsj" />
</resultMap>
<sql id="Base_Column_List">
编号, 教员编号, 年度, 学期, 课程教学工作量, 科研学术工作量, 指导学员工作量, 教学建设工作量, 咨询服务工作量, 总工作量, 创建时间, 修改时间
</sql>
</mapper>