From f9a2a3435ff836a855eb54f7d1268d8bbc391a53 Mon Sep 17 00:00:00 2001
From: zwl <1051256694@qq.com>
Date: 星期二, 21 四月 2026 22:15:47 +0800
Subject: [PATCH] 1.空托盘悬挑库位没有空库位时,找第八层库位

---
 src/main/java/com/zy/common/properties/SlaveWmsParameterProperties.java |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/common/properties/SlaveWmsParameterProperties.java b/src/main/java/com/zy/common/properties/SlaveWmsParameterProperties.java
index 7d7111e..01a8d60 100644
--- a/src/main/java/com/zy/common/properties/SlaveWmsParameterProperties.java
+++ b/src/main/java/com/zy/common/properties/SlaveWmsParameterProperties.java
@@ -17,6 +17,10 @@
 
     // 鑷姩琛ョ┖鏉垮姛鑳藉紑鍏�
     private boolean automaticFillingBoardStaNosBoolean;
+    // 鑷姩绉诲簱鍔熻兘寮�鍏�
+    private boolean autoLocMoveBoolean;
+    // 鑷姩绉诲簱鍔熻兘寮�鍏� 111
+    private boolean autoLocMoveUnilateralBoolean;
     // 鑷姩琛ョ┖鏉跨珯鐐�
     private List<Integer> automaticFillingBoardStaNos = new ArrayList<>();
 

--
Gitblit v1.9.1