自动化立体仓库 - WCS系统
#
luxiaotao1123
2021-01-04 da7d75a235969e1fcc55d55189f8d30867ea1cfc
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);