#
luxiaotao1123
2024-11-14 a96d6e291e5f4b3f455e9f2230a28d1834550ad1
zy-acs-manager/src/main/java/com/zy/acs/manager/manager/service/FuncStaService.java
@@ -10,10 +10,12 @@
    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);
    Boolean isCanBeIdle(FuncSta funcSta);
}