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