| | |
| | | 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; |
| | | |
| | |
| | | |
| | | Boolean cancel(Long segmentId, Long userId); |
| | | |
| | | Segment getCurrRunningSeg(Long agvId, String qrCode); |
| | | 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); |
| | | |
| | | } |