src/main/java/com/zy/asrs/service/LocMastService.java
@@ -8,6 +8,11 @@ public interface LocMastService extends IService<LocMast> { /** * 堆垛机对应的排号集合 */ List<Integer> queryDistinctRow(Integer crnNo); /** * 检索可用库位 */ LocMast queryFreeLocMast(Integer row, Short locType1); @@ -24,6 +29,13 @@ * @param crn * @return */ LocMast queryDemoSourceLoc0(Integer crn); /** * 堆垛机演示获取源库位 * @param crn * @return */ LocMast queryDemoSourceLoc(Integer crn); /** @@ -33,5 +45,12 @@ */ LocMast queryDemoLoc(Integer crn); /** * 检查当前库位所属巷道的空库位数量 * @param locMast * @return */ Boolean checkEmptyCount(LocMast locMast); }