xiangpei
2024-05-15 fe29db7a08e9da70ca3c78db27a11e48fa5f6f43
src/main/java/com/mindskip/xzs/repository/ExamPaperDepartmentMapper.java
@@ -2,6 +2,7 @@
import com.mindskip.xzs.domain.ExamPaperDepartment;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import java.util.List;
@@ -35,4 +36,6 @@
     * @return
     */
    Integer removeByExamPaperId(Integer id);
    Integer removeByExamPaperIds(@Param("ids") Integer[] ids);
}