feat: 提交课表冲突检查相关功能模块
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
<?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.YCBMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.YCB">
|
||||
<result column="编号" property="bH" />
|
||||
<result column="URL" property="uRL" />
|
||||
<result column="异常类型" property="yCLX" />
|
||||
<result column="内容" property="nR" />
|
||||
<result column="创建时间" property="cJSJ" />
|
||||
<result column="用户ID" property="yHID" />
|
||||
<result column="用户姓名" property="yHXM" />
|
||||
<result column="用户类别" property="yHLB" />
|
||||
</resultMap>
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
编号, URL, 异常类型, 内容, 创建时间, 用户ID, 用户姓名, 用户类别
|
||||
</sql>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user