#
Junjie
2025-07-13 c4bf4428c1204763e585fe19af65cfb0c24b16af
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();
}