src/main/java/com/zy/asrs/service/LocMastService.java
@@ -12,7 +12,7 @@ * 检索可用库位 */ List<LocMast> queryFreeLocMast(List<Integer> rows, Integer rowsLen, Short locType1); List<LocMast> queryFreeLocMast2(List<Integer> rows, Integer rowsLen, Short locType1); List<LocMast> queryFreeLocMast2(Short locType1, Integer rowBeg, Integer rowEnd, Integer bayBeg, Integer bayEnd, Integer levBeg, Integer levEnd); /** * 检索可用库位0 @@ -63,4 +63,6 @@ //查询指定楼层的库位数据 List<LocMast> selectLocByLev(Integer lev); List<LocMast> selectEmptyByLocNos(List<String> locNos); }