#
vincentlu
4 天以前 0267cc2886bbdce2c9a55755789c10e0dcaff9f0
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/SegmentService.java
@@ -26,6 +26,12 @@
    Boolean cancel(Long segmentId, Long userId);
    Segment getCurrRunningSeg(Long agvId, Long codeId);
    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);
}