浏览代码

处分信息mapper.xml

phoenix 2 年之前
父节点
当前提交
089d7d0d1a
共有 1 个文件被更改,包括 8 次插入0 次删除
  1. 8 0
      src/main/resources/mapper/student/BaseStudentPunishmentInfoMapper.xml

+ 8 - 0
src/main/resources/mapper/student/BaseStudentPunishmentInfoMapper.xml

@@ -0,0 +1,8 @@
+<?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.xjrsoft.module.student.mapper.BaseStudentPunishmentInfoMapper">
+
+
+</mapper>