自动化立体仓库 - WCS系统
luxiaotao1123
2021-01-13 9c3bbe178e4e152109161bf9ca98d78d175a9529
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);