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,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.XYMYDCPXMMapper">
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.XYMYDCPXM">
<result column="编号" property="bH" />
<result column="名称" property="mC" />
<result column="创建时间" property="cJSJ" />
<result column="状态" property="zT" />
<result column="备注" property="bZ" />
<result column="结束时间" property="jSSJ" />
<result column="测评结果样式编号" property="cPJGYSBH" />
</resultMap>
<sql id="Base_Column_List">
编号, 名称, 创建时间, 状态, 备注, 结束时间, 测评结果样式编号
</sql>
</mapper>