From 3609a43ca4d7842a839524dee1baaf4f84bc4801 Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期一, 02 九月 2024 14:41:02 +0800 Subject: [PATCH] 绑定首页服务状态 --- Admin.NET/WCS.Application/Hub/IPlcHub.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Admin.NET/WCS.Application/Hub/IPlcHub.cs b/Admin.NET/WCS.Application/Hub/IPlcHub.cs index a026a67..e3a92ab 100644 --- a/Admin.NET/WCS.Application/Hub/IPlcHub.cs +++ b/Admin.NET/WCS.Application/Hub/IPlcHub.cs @@ -28,5 +28,10 @@ /// <param name="context"></param> /// <returns></returns> Task PublicAlarm(WcsAlarmInfoOutput context); + /// <summary> + /// 淇敼鏈嶅姟鐘舵�� + /// </summary> + /// <param name="context"></param> + Task UpdateService(PLCServiceModel context); } } -- Gitblit v1.8.0