| | |
| | | import org.springblade.modules.exam.excel.ExportExamScoreExcel; |
| | | import org.springblade.modules.exam.vo.ExamScoreVO; |
| | | import org.springblade.modules.exam.vo.UpdateParamVo; |
| | | import org.springblade.modules.information.vo.InformationVO; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | |
| | | * @param page 分页 |
| | | * @return |
| | | */ |
| | | IPage<ExamScoreVO> scorePage(IPage page,String deptid,String jurisdiction); |
| | | IPage<ExamScoreVO> scorePage(IPage page,ExamScoreVO examScore); |
| | | |
| | | /** |
| | | * 考试成绩及状态修改 |
| | |
| | | * @return |
| | | */ |
| | | boolean getExamScore(ExamScoreVO examScore); |
| | | |
| | | /** |
| | | * 考试情况统计,按月统计各个培训学校考试合格人数和不合格人数 |
| | | * @param |
| | | */ |
| | | Object getExamStatisInfo(InformationVO information); |
| | | } |