17808
2023-11-09 0c29b611124679e564f2e5bd63f10f8c8ac0ba81
src/main/java/com/mindskip/xzs/repository/QuestionSubjectMapper.java
@@ -25,4 +25,8 @@
    Integer saves(List<QuestionSubject> list);
    Integer removeQuestionId(Integer questionId);
    Integer removeSubjectId(Integer subjectId);
    List<QuestionSubject> getSubject(Integer id);
}