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); }