From 697af1096e89e54d473874179a704719fb184df2 Mon Sep 17 00:00:00 2001
From: zhangc <zc@123>
Date: 星期四, 10 四月 2025 22:02:32 +0800
Subject: [PATCH] 1

---
 src/main/java/com/zy/core/properties/SlaveProperties.java |    4 ++++
 1 files changed, 4 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 8e03698..ff4f254 100644
--- a/src/main/java/com/zy/core/properties/SlaveProperties.java
+++ b/src/main/java/com/zy/core/properties/SlaveProperties.java
@@ -23,6 +23,10 @@
 
     private int groupCount;
 
+    private List<LedS> Led = new ArrayList<>();
+
+    private List<DevpSlave> devpSlave = new ArrayList<>();
+
     private List<ShuttleSlave> shuttle = new ArrayList<>();
 
     private List<LiftSlave> lift = new ArrayList<>();

--
Gitblit v1.9.1