소스 검색

处分信息mapper.xml

phoenix 1 년 전
부모
커밋
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>