From 2acb2076869b884c69c349e0821ed96c2bc5b9ee Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期二, 03 九月 2024 16:54:57 +0800
Subject: [PATCH] 工作台位置监控

---
 Admin.NET/WCS.Application/Hub/IPlcHub.cs |   19 +++++++++++++++++++
 1 files changed, 19 insertions(+), 0 deletions(-)

diff --git a/Admin.NET/WCS.Application/Hub/IPlcHub.cs b/Admin.NET/WCS.Application/Hub/IPlcHub.cs
index a026a67..e1db5de 100644
--- a/Admin.NET/WCS.Application/Hub/IPlcHub.cs
+++ b/Admin.NET/WCS.Application/Hub/IPlcHub.cs
@@ -28,5 +28,24 @@
         /// <param name="context"></param>
         /// <returns></returns>
         Task PublicAlarm(WcsAlarmInfoOutput context);
+        /// <summary>
+        /// 淇敼鏈嶅姟鐘舵��
+        /// </summary>
+        /// <param name="context"></param>
+        Task UpdateService(PLCServiceModel context);
+
+        /// <summary>
+        /// 涓嬪彂鎺у埗鍙颁綅缃俊鎭�
+        /// </summary>
+        /// <param name="context"></param>
+        /// <returns></returns>
+        Task PublicPosition(PlcPositionInfo context);
+    }
+    public class PlcPositionInfo
+    {
+        public string StationNum { get; set; }
+        public bool BoHaveItem { get; set; }
+        public PLCTypeEnum Type { get; set; }
+        public int BoxHeight { get; set; }
     }
 }

--
Gitblit v1.8.0