zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/SegmentService.java
@@ -24,4 +24,14 @@ List<Segment> getRunningByEndCode(Long codeId); Boolean cancel(Long segmentId, Long userId); Segment getCurrWaitingSeg(Long travelId, Long agvId); Segment getCurrRunningSeg(Long travelId, Long agvId, Long codeId); List<Integer> selectUsedBackpacks(Long travelId, Long agvId); Boolean isRollerWaiting(Long agvId); }