#
qlsxk
2025-10-11 cfb5a68740880c52c9acada94f25a06614f2407a
src/main/java/com/zy/core/thread/ForkLiftThread.java
@@ -1,7 +1,10 @@
package com.zy.core.thread;
import com.zy.core.ThreadHandler;
import com.zy.core.properties.DeviceConfig;
public interface ForkLiftThread extends ThreadHandler {
    DeviceConfig getDeviceConfig();
}