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