feat: 提交课表冲突检查相关功能模块
This commit is contained in:
@@ -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.XYQJSPBMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.XYQJSPB">
|
||||
<result column="编号" property="bh" />
|
||||
<result column="请假编号" property="qjbh" />
|
||||
<result column="发回意见" property="fhyj" />
|
||||
<result column="机关编号" property="jgbh" />
|
||||
<result column="审批时间" property="spsj" />
|
||||
<result column="审批状态" property="spzt" />
|
||||
<result column="审批人编号" property="sprbh" />
|
||||
</resultMap>
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
编号, 请假编号, 发回意见, 机关编号, 审批时间, 审批状态, 审批人编号
|
||||
</sql>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user