From 5e7c455f3f4710054241e3dc5c28c2a64571b6c9 Mon Sep 17 00:00:00 2001
From: zjj <3272660260@qq.com>
Date: 星期一, 22 九月 2025 17:43:18 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/core/thread/LiftThread.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/core/thread/LiftThread.java b/src/main/java/com/zy/core/thread/LiftThread.java
new file mode 100644
index 0000000..d42ce73
--- /dev/null
+++ b/src/main/java/com/zy/core/thread/LiftThread.java
@@ -0,0 +1,10 @@
+package com.zy.core.thread;
+
+import com.zy.core.ThreadHandler;
+import com.zy.core.properties.DeviceConfig;
+
+public interface LiftThread extends ThreadHandler {
+
+ DeviceConfig getDeviceConfig();
+
+}
--
Gitblit v1.9.1