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