From c029b6ac3f04ea38e5df52a0ad6ddfa1f5b614b4 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期四, 10 四月 2025 18:29:22 +0800
Subject: [PATCH] #
---
src/main/java/com/zy/core/properties/SlaveProperties.java | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/core/properties/SlaveProperties.java b/src/main/java/com/zy/core/properties/SlaveProperties.java
index 74910e7..8e03698 100644
--- a/src/main/java/com/zy/core/properties/SlaveProperties.java
+++ b/src/main/java/com/zy/core/properties/SlaveProperties.java
@@ -25,6 +25,8 @@
private List<ShuttleSlave> shuttle = new ArrayList<>();
+ private List<LiftSlave> lift = new ArrayList<>();
+
private List<ForkLiftSlave> forkLift = new ArrayList<>();
private List<ForkLiftSlave> forkLiftMaster = new ArrayList<>();
--
Gitblit v1.9.1