From 6296120dadc9088e7c2318358abf4b8bdef01ad2 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期二, 24 三月 2026 17:02:32 +0800
Subject: [PATCH] refactor: unify station reroute execution flow

---
 src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

diff --git a/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java b/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java
index 40bdbfa..fed4b4f 100644
--- a/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java
+++ b/src/main/java/com/zy/core/network/entity/ZyStationStatusEntity.java
@@ -1,6 +1,9 @@
 package com.zy.core.network.entity;
 
+import com.zy.core.model.protocol.StationTaskBufferItem;
 import lombok.Data;
+
+import java.util.List;
 
 @Data
 public class ZyStationStatusEntity {
@@ -50,6 +53,12 @@
     //閲嶉噺
     private Double weight;
 
+    //浠诲姟鍙啓鍖�
+    private Integer taskWriteIdx;
+
+    //浠诲姟缂撳瓨鍖烘Ы浣嶈鎯�
+    private List<StationTaskBufferItem> taskBufferItems;
+
     //杩愯鍫靛
     private boolean runBlock = false;
 

--
Gitblit v1.9.1