From 1ef1063281497f32fcfa4f14b07d99399c0bb765 Mon Sep 17 00:00:00 2001
From: jinglun-cloud <jinglun2019@foxmail.com>
Date: 星期四, 07 五月 2026 15:04:17 +0800
Subject: [PATCH] refactor(设备运动): 重构条码设备运动逻辑,提取运动常量并优化代码结构
---
src/main/java/com/zy/core/model/command/StationCommand.java | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/core/model/command/StationCommand.java b/src/main/java/com/zy/core/model/command/StationCommand.java
index a896e33..32ef7aa 100644
--- a/src/main/java/com/zy/core/model/command/StationCommand.java
+++ b/src/main/java/com/zy/core/model/command/StationCommand.java
@@ -19,8 +19,28 @@
private List<Integer> navigatePath;
+ // 璺緞涓殑椤跺崌绉绘牻鐐癸紙鎸夎矾寰勯『搴忥級
+ private List<Integer> liftTransferPath;
+
private List<Integer> originalNavigatePath;
private StationCommandType commandType;
+ // 浠跨湡妯″紡涓嬪彲閫夛細鎵嬪伐鎸囧畾鏉$爜
+ private String barcode;
+
+ // V5 杞ㄨ抗鍏冩暟鎹紝浠呬緵 WCS 鍐呴儴浣跨敤
+ private Integer segmentNo;
+
+ private Integer segmentCount;
+
+ private Integer segmentStartIndex;
+
+ private Integer segmentEndIndex;
+
+ private Integer traceVersion;
+
+ // 鍚屼竴 task 鐨� MOVE 璺敱鐗堟湰锛岀敤浜庢帶鍒堕噸涓嬪彂鍜屾棫璺緞澶辨晥
+ private Integer routeVersion;
+
}
--
Gitblit v1.9.1