#
vincentlu
1 天以前 f81c0ff58a4f5df9a62703c4361d1a5adc63570f
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/SegmentService.java
@@ -1,7 +1,6 @@
package com.zy.acs.manager.manager.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.acs.manager.core.domain.TaskPosDto;
import com.zy.acs.manager.manager.entity.Segment;
import com.zy.acs.manager.manager.enums.SegmentStateType;
@@ -27,11 +26,11 @@
    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);
    Segment getRollerWaiting(Long agvId, Long codeId, TaskPosDto.PosType posType);
    Boolean isRollerWaiting(Long agvId);