#
Junjie
2024-03-27 7bc7f8455d60a4a59e5e23aceddf434b03b740ee
zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/rcs/service/MotionService.java
@@ -10,4 +10,14 @@
    List<Motion> selectUnCompleteByUuidAndDeviceCtg(String uuid, DeviceCtgType deviceCtgType);
    Motion selectOfTop1(String uuid, Long motionSts, Long hostId);
    Boolean hasRunningMotion(String uuid, Long hostId);
    List<Motion> selectBySts(Long motionSts);
    Boolean theNextBeWaiting(String uuid, Motion motion);
    Motion selectOfNext(String uuid, Motion motion);
}