#
DELL
2025-11-28 5d0461e985b9244cfbea910bc6df9e3f62caaed2
src/main/java/com/zy/asrs/mapper/LocMastMapper.java
@@ -21,4 +21,7 @@
    List<LocMast> selectEmptyLocNos(@Param("locNos") List<String> locNos);
    List<LocMast> selectNotEmptyLocNos(@Param("locNos") List<String> locNos);
    //查询所有楼层
    List<Integer> getLevList();
}