xiangpei
2024-05-17 f4f84ef25ce94e59dfe57961fcbb3c81f738ebb8
src/main/java/com/mindskip/xzs/service/ExamPaperAnswerService.java
@@ -2,6 +2,7 @@
import com.github.pagehelper.PageInfo;
import com.mindskip.xzs.domain.*;
import com.mindskip.xzs.domain.vo.ExamPaperStatisticVO;
import com.mindskip.xzs.viewmodel.admin.paper.ExamPaperGradePageRequestVM;
import com.mindskip.xzs.viewmodel.admin.paper.ExamPaperGradeQuery;
import com.mindskip.xzs.viewmodel.student.exam.ExamPaperSubmitVM;
@@ -46,7 +47,7 @@
    ExamPaperSubmitVM examPaperAnswerToVM(Integer id);
    Integer selectAllCount();
    Integer selectAllCount(List<Integer> deptIds);
    List<Integer> selectMothCount();
@@ -64,5 +65,5 @@
    PageInfo<ExamPaperAnswer> getByCreatUser(ExamPaperGradeQuery query);
    Map<String, Object> statistic(String examPaperId, String departmentId);
    Map<String, Object> statistic(ExamPaperStatisticVO examPaperStatisticVO);
}