From 5af0a043ffbbe444f7e43b6bf52a9e94c74283f2 Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期三, 11 九月 2024 08:43:43 +0800
Subject: [PATCH] 跺机交互流程

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

diff --git a/Admin.NET/WCS.Application/Hub/IPlcHub.cs b/Admin.NET/WCS.Application/Hub/IPlcHub.cs
index f55c14a..74c3350 100644
--- a/Admin.NET/WCS.Application/Hub/IPlcHub.cs
+++ b/Admin.NET/WCS.Application/Hub/IPlcHub.cs
@@ -21,5 +21,31 @@
         /// <param name="context"></param>
         /// <returns></returns>
         //Task PublicStationStatus(List<WcsDevice> context);
+
+        /// <summary>
+        /// 涓嬪彂鎶ヨ淇℃伅
+        /// </summary>
+        /// <param name="context"></param>
+        /// <returns></returns>
+        Task PublicAlarm(List<WcsAlarmInfo> 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