xiangpei
2024-03-24 54a64e9a13344e39470de8eff1d28a0eec669cf6
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);
}