#
zy
2025-07-16 e6107b0c8721ff8f0a039fc4719f52cf352edbde
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();
}