- package com.xjrsoft.module.student.service;
- import com.github.yulichang.base.MPJBaseService;
- import com.xjrsoft.module.student.entity.BaseStudentBursariesProject;
- /**
- * @title: 助学金项目
- * @Author devil
- * @Date: 2023-11-28
- * @Version 1.0
- */
- public interface IBaseStudentBursariesProjectService extends MPJBaseService<BaseStudentBursariesProject> {
- }
|