xiangpei
2024-05-27 b0b59f3d9ee0340268e74e1e7a810e9087372160
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);
}