- package com.xjrsoft.module.student.service;
- import com.github.yulichang.base.MPJBaseService;
- import com.xjrsoft.module.student.entity.BaseStudentAssessmentProject;
- /**
- * @title: 学生考核项目
- * @Author fanxp
- * @Date: 2023-11-14
- * @Version 1.0
- */
- public interface IBaseStudentAssessmentProjectService extends MPJBaseService<BaseStudentAssessmentProject> {
- }
|