qirong
2023-11-29 13f796dc50449ae2ec525ef02aaf4b49a91a564b
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);
}