src/main/java/com/zy/asrs/service/LocMastService.java
@@ -14,6 +14,21 @@ LocMast queryFreeLocMast(Integer row, Short locType1); /** * 检索可用库位 */ LocMast queryFreeLocMast1(Integer row, Short locType1 ,int channelMax); /** * 检索可用库位 */ LocMast queryFreeLocMast2(Integer row, Short locType1, Short locType2); /** * 检索可用库位 */ Integer queryFreeLocMastCount(Integer row, Short locType1, Short locType2); /** * 获取同组货架的空库位 * @param sourceLocNo 源库位 * @return 同组空库位集合