xiangpei
2024-03-15 9260a9b6ccdf33975be2615a0d13e6faa7277879
src/main/java/com/mindskip/xzs/repository/QuestionSubjectMapper.java
@@ -27,4 +27,6 @@
    Integer removeQuestionId(Integer questionId);
    Integer removeSubjectId(Integer subjectId);
    List<QuestionSubject> getSubject(Integer id);
}