#
luxiaotao1123
2026-01-23 73121ec6ec5219dcd8f2c3c5271e87d51bad4420
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);
}