#
vincentlu
2 天以前 388cf4c7cb8f942332eb0ad8d3c3e1d92714b747
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/SegmentService.java
@@ -26,4 +26,12 @@
    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);
}