qirong
2023-06-20 e40857210a448e805913ed66f3b378d2a501c58f
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);
}