#
zy
2025-08-21 aa3c9ac419172653802b7cba7cf57f91f3cad5c6
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();
}