From fbd31387721424c65b173cbb23b03202f3e7dce6 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期一, 12 五月 2025 21:13:47 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollowqueue/service/HollowGlassQueueInfoService.java |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diff --git a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollowqueue/service/HollowGlassQueueInfoService.java b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollowqueue/service/HollowGlassQueueInfoService.java
index 9c60789..1b48de2 100644
--- a/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollowqueue/service/HollowGlassQueueInfoService.java
+++ b/hangzhoumesParent/moduleService/hollowGlassModule/src/main/java/com/mes/hollowqueue/service/HollowGlassQueueInfoService.java
@@ -13,6 +13,10 @@
  */
 public interface HollowGlassQueueInfoService extends IService<HollowGlassQueueInfo> {
 
-    List<HollowGlassQueueInfo> queryHollowGlassQueueInfo(int cell);
+    List<HollowGlassQueueInfo> queryHollowGlassQueueInfoByTask(int taskId);
+
+    List<HollowGlassQueueInfo> queryHollowGlassQueueInfoByLine(int cell);
+
+    void confirmBorder(HollowGlassQueueInfo hollowGlassQueueInfo);
 }
 

--
Gitblit v1.8.0