#
vincentlu
4 天以前 0267cc2886bbdce2c9a55755789c10e0dcaff9f0
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/AgvService.java
@@ -26,15 +26,19 @@
    String getAgvNo(Long agvId);
    Agv modify(Agv agv, Long userId);
    Long delete(Long agvId, Long userId);
    Boolean judgeEnable(Long agvId);
    Boolean judgeEnable(Long agvId, Boolean withBattery);
    Boolean judgeEnable(Long agvId, Boolean withBattery, Boolean idleStatus);
    Boolean judgeOnline(Long agvId);
    List<VehicleDto> getVehicleDtoList(List<String> noIncluded);
    Integer getBackpack(Agv agv);
    Integer getBackpack(Long agvId);
    Agv findByPosition(Long codeId);