#
vincentlu
2026-01-04 7ac5a3f2bcbb0d0e13dc87cd969c8fb1fd99b488
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/SegmentService.java
@@ -29,8 +29,10 @@
    Segment getCurrRunningSeg(Long agvId, Long codeId);
    int countRemainingBackpack(Long travelId, Long agvId);
    List<Integer> selectUsedBackpacks(Long travelId, Long agvId);
    Segment getRollerWaiting(Long agvId, Long codeId, TaskPosDto.PosType posType);
    Boolean isRollerWaiting(Long agvId);
}