#
vincentlu
昨天 5b686555ac1b0a632fb1da7fd5ec717e79041c37
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/SegmentService.java
@@ -27,10 +27,14 @@
    Boolean cancel(Long segmentId, Long userId);
    Segment getCurrWaitingSeg(Long travelId, Long agvId);
    Segment getCurrRunningSeg(Long agvId, Long codeId);
    List<Integer> selectUsedBackpacks(Long travelId, Long agvId);
    Segment getRollerWaiting(Long agvId, Long codeId, TaskPosDto.PosType posType);
    Boolean isRollerWaiting(Long agvId);
}