xiangpei
2024-05-27 6dc4345f9c84d829566ae1632477f11c22fac2f5
src/main/java/com/mindskip/xzs/repository/SubjectMapper.java
@@ -23,4 +23,6 @@
    List<Subject> selectByIds(@Param("ids") Integer[] ids);
    List<String> selectSubjectName(@Param("ids") List<Integer> ids);
    String selectSubjectNameById(Integer id);
}