| | |
| | | import com.mindskip.xzs.domain.ExamTemplatesUserCount; |
| | | import com.mindskip.xzs.domain.ScoreTemplatesUserCount; |
| | | import com.mindskip.xzs.domain.other.KeyValue; |
| | | import com.mindskip.xzs.domain.vo.ExamPaperDataVO; |
| | | import com.mindskip.xzs.domain.vo.ExamPaperStatisticVO; |
| | | import com.mindskip.xzs.domain.vo.ExamTemplatesVO; |
| | | import com.mindskip.xzs.domain.vo.TeamplatesUserExcelVO; |
| | |
| | | |
| | | void insertDefault(ExamPaperEditRequestVM model); |
| | | |
| | | void insertDefaultByTemplate(ExamTemplatesVO model); |
| | | |
| | | Map<String, Object> histogram(ExamPaperStatisticVO examPaperStatisticVO); |
| | | |
| | | Map<String, Object> pieChart(ExamPaperStatisticVO examPaperStatisticVO); |
| | | |
| | | List<Map<String, Object>> dataByTemplate(ExamPaperDataVO examPaperDataVO); |
| | | |
| | | Map<String, Object> totalByTemplate(ExamPaperDataVO examPaperDataVO); |
| | | |
| | | List<Map<String, Object>> dataByPaper(ExamPaperDataVO examPaperDataVO); |
| | | |
| | | Map<String, Object> totalByPaper(ExamPaperDataVO examPaperDataVO); |
| | | } |