From 03c3ae747f82ad22c761c79e7b1c0e0031c57d41 Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期一, 06 四月 2026 20:28:35 +0800
Subject: [PATCH] #出库站点命令下发
---
src/main/java/com/zy/core/thread/StationThread.java | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/main/java/com/zy/core/thread/StationThread.java b/src/main/java/com/zy/core/thread/StationThread.java
index 3586470..ddc9b6d 100644
--- a/src/main/java/com/zy/core/thread/StationThread.java
+++ b/src/main/java/com/zy/core/thread/StationThread.java
@@ -14,6 +14,8 @@
Map<Integer, StationProtocol> getStatusMap();
+ List<Integer> getAllTaskNoList();
+
default boolean hasRecentArrival(Integer stationId, Integer taskNo) {
return false;
}
@@ -46,6 +48,10 @@
boolean clearPath(Integer taskNo);
+ default boolean clearPathByStationSlot(Integer stationId, Integer slotIdx) {
+ return false;
+ }
+
CommandResponse sendCommand(StationCommand command);
CommandResponse sendOriginCommand(String address, short[] data);
--
Gitblit v1.9.1