From 75a1cfdc9b88519fa7a2af57e8b7d615c063b656 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期三, 04 九月 2024 11:28:50 +0800 Subject: [PATCH] Merge branch 'master' into wxw --- Admin.NET/WCS.Application/Hub/IPlcHub.cs | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/Admin.NET/WCS.Application/Hub/IPlcHub.cs b/Admin.NET/WCS.Application/Hub/IPlcHub.cs index e3a92ab..e1db5de 100644 --- a/Admin.NET/WCS.Application/Hub/IPlcHub.cs +++ b/Admin.NET/WCS.Application/Hub/IPlcHub.cs @@ -33,5 +33,19 @@ /// </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