xiangpei
2024-05-14 1dd3f8fdbbfc8a41f35a32f153201724a8faa2b3
src/main/java/com/mindskip/xzs/repository/SubjectMapper.java
@@ -21,4 +21,8 @@
    List<Subject> getNames(@Param("names") String[] names);
    List<Subject> selectByIds(@Param("ids") Integer[] ids);
    List<String> selectSubjectName(@Param("ids") List<Integer> ids);
    String selectSubjectNameById(Integer id);
}