From f96340372c565cdab916bcc392f7e0375edaf357 Mon Sep 17 00:00:00 2001 From: 野心家 <1051256694@qq.com> Date: 星期六, 04 十一月 2023 13:07:00 +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