Browse Source

处分信息mapper.xml

phoenix 1 year ago
parent
commit
089d7d0d1a

+ 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>