| | |
| | | import com.zy.acs.manager.core.domain.VehicleDto; |
| | | import com.zy.acs.manager.manager.controller.result.AgvResult; |
| | | import com.zy.acs.manager.manager.entity.Agv; |
| | | import com.zy.acs.manager.manager.entity.Task; |
| | | |
| | | import java.util.List; |
| | | |
| | |
| | | |
| | | Agv selectByUuid(String uuid); |
| | | |
| | | Agv queryIdle(Task task); |
| | | Long getAgvId(String uuid); |
| | | |
| | | String getAgvNo(Long agvId); |
| | | |
| | | Boolean judgeEnable(Long agvId); |
| | | |
| | | Boolean judgeEnable(Long agvId, Boolean withBattery); |
| | | Boolean judgeEnable(Long agvId, Boolean withBattery, Boolean force); |
| | | |
| | | Boolean judgeOnline(Long agvId); |
| | | |
| | |
| | | |
| | | Integer getBackpack(Agv agv); |
| | | |
| | | Agv findByPosition(Long codeId); |
| | | |
| | | int getBackpackRemainingCapacity(Long agvId); |
| | | |
| | | } |