Junjie
1 天以前 5a2bd164d3a831e39bf0defaddf181a97de36993
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);