龚焕茏
2024-05-24 1ded202362a307e467852dc681517e18498f0db4
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);
}