qirong
2023-08-17 81dfe248054eaa3c2751ba32576f48598adcd04f
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);
}