- package com.xjrsoft.module.student.service;
- import com.github.yulichang.base.MPJBaseService;
- import com.xjrsoft.module.student.entity.SchoolRollReason;
- /**
- * @title: 学籍异动原因
- * @Author szs
- * @Date: 2023-11-29
- * @Version 1.0
- */
- public interface ISchoolRollReasonService extends MPJBaseService<SchoolRollReason> {
- }
|