#
vincentlu
昨天 6a19c21930c9fef7fe1dd3aaa35133f68375300a
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);
}