From 1654b0a8c149f86d38f3202cb88c655ad0a25384 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期三, 01 四月 2026 10:33:25 +0800
Subject: [PATCH] #出库任务路径计算增加cache
---
src/main/java/com/zy/core/model/command/StationCommand.java | 3 +++
1 files changed, 3 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 262abc8..32ef7aa 100644
--- a/src/main/java/com/zy/core/model/command/StationCommand.java
+++ b/src/main/java/com/zy/core/model/command/StationCommand.java
@@ -40,4 +40,7 @@
private Integer traceVersion;
+ // 鍚屼竴 task 鐨� MOVE 璺敱鐗堟湰锛岀敤浜庢帶鍒堕噸涓嬪彂鍜屾棫璺緞澶辨晥
+ private Integer routeVersion;
+
}
--
Gitblit v1.9.1