From 19f8d2d1b0c6e62cc1c12410576efa3dbf4f1c25 Mon Sep 17 00:00:00 2001 From: whycq <913841844@qq.com> Date: 星期日, 10 十二月 2023 19:35:33 +0800 Subject: [PATCH] 显示器 --- 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 4d026aa..2d19ada 100644 --- a/src/main/java/com/zy/core/properties/SlaveProperties.java +++ b/src/main/java/com/zy/core/properties/SlaveProperties.java @@ -31,6 +31,8 @@ private List<DevpSlave> devp = new ArrayList<>(); + private List<Devp2Slave> devp2 = new ArrayList<>(); + private List<Slave> barcode = new ArrayList<>(); private List<LedSlave> led = new ArrayList<>(); @@ -41,4 +43,6 @@ private List<ShuttleSlave> shuttle = new ArrayList<>(); + private List<LiftSlave> lift = new ArrayList<>(); + } -- Gitblit v1.9.1