From 96358cc110926320dbe25d06738e5c196f4e6196 Mon Sep 17 00:00:00 2001
From: bklLiudl <673013083@qq.com>
Date: 星期二, 15 十月 2024 10:19:52 +0800
Subject: [PATCH] 添加注释
---
Admin.NET/WCS.Application/Hub/IPlcHub.cs | 15 ++++++++++++++-
1 files changed, 14 insertions(+), 1 deletions(-)
diff --git a/Admin.NET/WCS.Application/Hub/IPlcHub.cs b/Admin.NET/WCS.Application/Hub/IPlcHub.cs
index e1db5de..abee0f7 100644
--- a/Admin.NET/WCS.Application/Hub/IPlcHub.cs
+++ b/Admin.NET/WCS.Application/Hub/IPlcHub.cs
@@ -27,7 +27,7 @@
/// </summary>
/// <param name="context"></param>
/// <returns></returns>
- Task PublicAlarm(WcsAlarmInfoOutput context);
+ Task PublicAlarm(List<WcsAlarmInfo> context);
/// <summary>
/// 淇敼鏈嶅姟鐘舵��
/// </summary>
@@ -43,9 +43,22 @@
}
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; }
}
}
--
Gitblit v1.8.0