From c7a5c89455701021d2c4de313f56b80d25461347 Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期五, 30 八月 2024 16:50:29 +0800 Subject: [PATCH] Revert "报警页面和首页设备实时通讯" --- Admin.NET/WCS.Application/Hub/IPlcHub.cs | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/Admin.NET/WCS.Application/Hub/IPlcHub.cs b/Admin.NET/WCS.Application/Hub/IPlcHub.cs index a026a67..f55c14a 100644 --- a/Admin.NET/WCS.Application/Hub/IPlcHub.cs +++ b/Admin.NET/WCS.Application/Hub/IPlcHub.cs @@ -21,12 +21,5 @@ /// <param name="context"></param> /// <returns></returns> //Task PublicStationStatus(List<WcsDevice> context); - - /// <summary> - /// 涓嬪彂鎶ヨ淇℃伅 - /// </summary> - /// <param name="context"></param> - /// <returns></returns> - Task PublicAlarm(WcsAlarmInfoOutput context); } } -- Gitblit v1.8.0