- package com.xjrsoft.module.student.mapper;
- import com.github.yulichang.base.MPJBaseMapper;
- import com.xjrsoft.module.student.entity.StudentDropOut;
- import com.xjrsoft.module.student.entity.StudentLeave;
- import org.apache.ibatis.annotations.Mapper;
- /**
- * @title: 退学申请
- * @Author dzx
- * @Date: 2024年4月17日
- * @Version 1.0
- */
- @Mapper
- public interface StudentLeaveMapper extends MPJBaseMapper<StudentLeave> {
- }
|