From 724b79c3291b7b40ae13f3c351967b4916971d6e Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期二, 27 八月 2024 08:24:56 +0800
Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/WCSNet6
---
Admin.NET/WCS.Application/Entity/WcsPlc.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/Admin.NET/WCS.Application/Entity/WcsPlc.cs b/Admin.NET/WCS.Application/Entity/WcsPlc.cs
index e92777f..a80a039 100644
--- a/Admin.NET/WCS.Application/Entity/WcsPlc.cs
+++ b/Admin.NET/WCS.Application/Entity/WcsPlc.cs
@@ -15,6 +15,12 @@
public string IP { get; set; }
/// <summary>
+ /// PLC绔彛鍙�
+ /// </summary>
+ [SugarColumn(ColumnName = "Port", ColumnDescription = "PLC绔彛鍙�")]
+ public int Port { get; set; }
+
+ /// <summary>
/// PLC绫诲瀷
/// </summary>
[Required]
--
Gitblit v1.8.0