- package com.xjrsoft.module.student.service;
- import com.github.yulichang.base.MPJBaseService;
- import com.xjrsoft.module.student.entity.SchoolRollTransferStudent;
- /**
- * @title: 插班生管理
- * @Author dzx
- * @Date: 2023-11-30
- * @Version 1.0
- */
- public interface ISchoolRollTransferStudentService extends MPJBaseService<SchoolRollTransferStudent> {
- Boolean dataCache(Long dataId);
- }
|