#
Junjie
2023-10-27 d448b572c769acf894c139b5f9141e5254cc83ae
src/main/java/com/zy/asrs/mapper/WrkMastMapper.java
@@ -74,4 +74,8 @@
    List<WrkMast> selectShuttleMoveWrk();
    WrkMast selectShuttleWorking(@Param("shuttleNo") Integer shuttleNo);//是否有穿梭车任务(移库任务除外)
    WrkMast selectByBarcode(String barcode);
    List<WrkMast> selectInWrkMastByLiftNo(Integer liftNo);//搜索指定提升机的入库任务
}