feat: 提交课表冲突检查相关功能模块
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?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.JYKSBZMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.JYKSBZ">
|
||||
<result column="编号" property="bh" />
|
||||
<result column="教员编号" property="jybh" />
|
||||
<result column="补助项目编号" property="bzxmbh" />
|
||||
<result column="补助课时量" property="bzksl" />
|
||||
<result column="备注" property="bz" />
|
||||
</resultMap>
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
编号, 教员编号, 补助项目编号, 补助课时量, 备注
|
||||
</sql>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user