feat: 提交课表冲突检查相关功能模块
This commit is contained in:
@@ -0,0 +1,23 @@
|
||||
<?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.WSSXBMapper">
|
||||
|
||||
<resultMap id="BaseResultMap" type="com.roomroot.jwgl.entity.WSSXB">
|
||||
<result column="编号" property="bH" />
|
||||
<result column="统一编号" property="tYBH" />
|
||||
<result column="名称" property="mC" />
|
||||
<result column="事项类别" property="sXLB" />
|
||||
<result column="创建时间" property="cJSJ" />
|
||||
<result column="修改时间" property="xGSJ" />
|
||||
<result column="关键字" property="gJZ" />
|
||||
<result column="摘要" property="zY" />
|
||||
<result column="备注" property="bZ" />
|
||||
<result column="JSONZD" property="jsonZD" />
|
||||
<result column="日志" property="rZ" />
|
||||
</resultMap>
|
||||
|
||||
<sql id="Base_Column_List">
|
||||
编号, 统一编号, 名称, 事项类别, 创建时间, 修改时间, 关键字, 摘要, 备注, JSONZD, 日志
|
||||
</sql>
|
||||
|
||||
</mapper>
|
||||
Reference in New Issue
Block a user