From 18675524096643ce5cb3f53f134f2982dd0fd6d7 Mon Sep 17 00:00:00 2001
From: zhaowc <526854230@qq.com>
Date: 星期五, 31 十月 2025 16:42:15 +0800
Subject: [PATCH] 修改任务页面
---
Admin.NET/WCS.Application/Hub/IPlcHub.cs | 40 ++++++++++++++++++++++++++++++++++++++++
1 files changed, 40 insertions(+), 0 deletions(-)
diff --git a/Admin.NET/WCS.Application/Hub/IPlcHub.cs b/Admin.NET/WCS.Application/Hub/IPlcHub.cs
index f55c14a..1f58fde 100644
--- a/Admin.NET/WCS.Application/Hub/IPlcHub.cs
+++ b/Admin.NET/WCS.Application/Hub/IPlcHub.cs
@@ -21,5 +21,45 @@
/// <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
+ {
+ /// <summary>
+ /// 宸ヤ綅鍙�
+ /// </summary>
+ public string StationNum { get; set; }
+ /// <summary>
+ /// 鏄惁鏈夌墿鍝�
+ /// </summary>
+ public bool BoHaveItem { get; set; }
+ /// <summary>
+ /// Plc绫诲瀷
+ /// </summary>
+ public PLCTypeEnum Type { get; set; }
+
+ /// <summary>
+ /// 璺烘満浣嶇疆
+ /// </summary>
+ public int BoxHeight { get; set; }
+ public string EndLocat { get; set; }
}
}
--
Gitblit v1.8.0