From f83e9ca0c3b3429c6ec85d31ff30db37c4218ae3 Mon Sep 17 00:00:00 2001 From: Junjie <540245094@qq.com> Date: 星期一, 18 十二月 2023 16:26:43 +0800 Subject: [PATCH] #map latest test --- 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 b905e0b..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<>(); -- Gitblit v1.9.1