自动化立体仓库 - WCS系统
#
Junjie
2023-11-24 0017b42552d3d12dfa460b6c98b5fa6672f45309
src/main/java/com/zy/asrs/mapper/WrkMastMapper.java
@@ -76,4 +76,6 @@
    WrkMast selectShuttleWorking(@Param("shuttleNo") Integer shuttleNo);//是否有穿梭车任务(移库任务除外)
    WrkMast selectByBarcode(String barcode);
    List<WrkMast> selectInWrkMastByLiftNo(Integer liftNo);//搜索指定提升机的入库任务
}