#
luxiaotao1123
2025-04-18 6954d7e19ea0a97eeecec33a28e396f22ea33707
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/FuncStaService.java
@@ -10,10 +10,14 @@
    FuncSta getByCodeAndType(Long codeId, String type);
    FuncSta query(Long agvId, Long codeId, String type);
    FuncSta query(Long codeId, String type);
    List<FuncSta> findInIdleStatus(FuncStaType type, Long agvId);
    FuncSta checkoutClosestFunSta(Long codeId, List<FuncSta> funcStaList);
    FuncSta checkoutFurthestFunSta(Long codeId, List<FuncSta> funcStaList);
    Boolean isCanBeIdle(FuncSta funcSta);
}