From 1e394e190309a5c0e29ed0c52d12283d30cdb60b Mon Sep 17 00:00:00 2001 From: whycq <10027870+whycq@user.noreply.gitee.com> Date: 星期五, 26 七月 2024 16:59:40 +0800 Subject: [PATCH] # 优化寻找库位逻辑 --- src/main/java/com/zy/common/properties/SlaveProperties.java | 6 +++++- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/src/main/java/com/zy/common/properties/SlaveProperties.java b/src/main/java/com/zy/common/properties/SlaveProperties.java index c5184c4..7f2b083 100644 --- a/src/main/java/com/zy/common/properties/SlaveProperties.java +++ b/src/main/java/com/zy/common/properties/SlaveProperties.java @@ -16,8 +16,12 @@ public class SlaveProperties { private boolean doubleDeep; - + // 鍙屾繁搴撲綅鎺掑彿 private List<Integer> doubleLocs = new ArrayList<>(); + // 宸︽繁搴撲綅鎺掑彿 + private List<Integer> doubleLocsLeft = new ArrayList<>(); + // 鍙虫繁搴撲綅鎺掑彿 + private List<Integer> doubleLocsRight = new ArrayList<>(); private int groupCount; -- Gitblit v1.9.1