#
Junjie
1 天以前 6c8ee211ae63de5f4ce0bd13b9c34f0524cd656f
src/main/java/com/zy/core/thread/StationThread.java
@@ -14,6 +14,8 @@
    Map<Integer, StationProtocol> getStatusMap();
    List<Integer> getAllTaskNoList();
    default boolean hasRecentArrival(Integer stationId, Integer taskNo) {
        return false;
    }
@@ -46,6 +48,10 @@
    boolean clearPath(Integer taskNo);
    default boolean clearPathByStationSlot(Integer stationId, Integer slotIdx) {
        return false;
    }
    CommandResponse sendCommand(StationCommand command);
    CommandResponse sendOriginCommand(String address, short[] data);