#
qlsxk
2025-09-27 6c8d62614b055111f20435d47319a69859a9f749
src/main/java/com/zy/core/thread/ShuttleThread.java
@@ -1,7 +1,10 @@
package com.zy.core.thread;
import com.zy.core.ThreadHandler;
import com.zy.core.model.DeviceCommandMsgModel;
import com.zy.core.properties.DeviceConfig;
import java.net.Socket;
public interface ShuttleThread extends ThreadHandler {
@@ -9,4 +12,6 @@
    void stopThread();
    Socket getSocket();
}