qirong
2023-07-05 21ff1b4f2ef67975eef303bff66ef60388243cf1
src/main/java/com/mindskip/xzs/repository/ExamPaperMapper.java
@@ -32,4 +32,6 @@
    int clearTaskPaper(@Param("paperIds") List<Integer> paperIds);
    Integer removeByIds(@Param("ids") Integer[] ids);
    List<ExamPaper> gets(@Param("ids") Integer[] ids);
}