From 0347d14e06fb92ff4d64fad22b73fce78de98e88 Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期三, 28 八月 2024 13:24:16 +0800
Subject: [PATCH] 任务日志添加SignalR实时通讯刷新数据

---
 Admin.NET/WCS.Application/Entity/WcsPlc.cs |   13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diff --git a/Admin.NET/WCS.Application/Entity/WcsPlc.cs b/Admin.NET/WCS.Application/Entity/WcsPlc.cs
index e3a1519..a80a039 100644
--- a/Admin.NET/WCS.Application/Entity/WcsPlc.cs
+++ b/Admin.NET/WCS.Application/Entity/WcsPlc.cs
@@ -15,6 +15,19 @@
     public string IP { get; set; }
 
     /// <summary>
+    /// PLC绔彛鍙�
+    /// </summary>
+    [SugarColumn(ColumnName = "Port", ColumnDescription = "PLC绔彛鍙�")]
+    public int Port { get; set; }
+
+    /// <summary>
+    /// PLC绫诲瀷
+    /// </summary>
+    [Required]
+    [SugarColumn(ColumnName = "PLCType", ColumnDescription = "PLC绫诲瀷")]
+    public PLCEnum PLCType { get; set; }
+
+    /// <summary>
     /// 璁惧绫诲瀷
     /// </summary>
     [Required]

--
Gitblit v1.8.0