linzhijie
2021-04-12 2f737df6f8e482540a465445bdb003d98103db54
src/main/java/com/ots/project/exam/service/ITExamReportService.java
@@ -13,6 +13,7 @@
    TExamReport selectTExamReportById(Long id);
    
    List<TExamReport> selectTExamReportList(TExamReport tExamReport);
    List<TExamReport> selectTExamReportNoStatusList(TExamReport tExamReport);
    
    List<TExamReport> selectViewReportList(TExamReport tExamReport);