src/main/java/com/zy/core/thread/StationThread.java @@ -17,4 +17,8 @@ CommandResponse sendCommand(StationCommand command); CommandResponse sendOriginCommand(String address, short[] data); byte[] readOriginCommand(String address, int length); }