Junjie
2 天以前 6f33a9381fc5aa87d93c567d98a2717b216f2848
src/main/java/com/zy/core/thread/StationThread.java
@@ -46,6 +46,10 @@
    boolean clearPath(Integer taskNo);
    default boolean clearPathByStationSlot(Integer stationId, Integer slotIdx) {
        return false;
    }
    CommandResponse sendCommand(StationCommand command);
    CommandResponse sendOriginCommand(String address, short[] data);