From c7221d56da7bf4efa1672a15d2f1b66adbca20fc Mon Sep 17 00:00:00 2001 From: Junjie <xjj@123> Date: 星期三, 18 六月 2025 13:09:18 +0800 Subject: [PATCH] # --- src/main/java/com/zy/core/properties/SlaveProperties.java | 13 +++++++++++++ 1 files changed, 13 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 b2e19a4..079a641 100644 --- a/src/main/java/com/zy/core/properties/SlaveProperties.java +++ b/src/main/java/com/zy/core/properties/SlaveProperties.java @@ -4,6 +4,7 @@ import com.zy.core.model.CrnSlave; import com.zy.core.model.DevpSlave; import com.zy.core.model.LedSlave; +import com.zy.core.model.RgvSlave; import lombok.Data; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Configuration; @@ -28,6 +29,16 @@ private List<Integer> doubleLocs = new ArrayList<>(); + // 宸︽繁搴撲綅鎺掑彿 + private List<Integer> doubleLocsLeft = new ArrayList<>(); + // 鍙虫繁搴撲綅鎺掑彿 + private List<Integer> doubleLocsRight = new ArrayList<>(); + + // 宸︽祬搴撲綅鎺掑彿 + private List<Integer> shallowLocsLeft = new ArrayList<>(); + // 鍙虫祬搴撲綅鎺掑彿 + private List<Integer> shallowLocsRight = new ArrayList<>(); + private int groupCount; private List<CrnSlave> crn = new ArrayList<>(); @@ -42,4 +53,6 @@ private List<Slave> car = new ArrayList<>(); + private List<RgvSlave> rgv = new ArrayList<>(); + } -- Gitblit v1.9.1