From 71a1eeb4deca8f3cbdd35be4e8a645ad1e369ba3 Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期三, 11 九月 2024 16:49:23 +0800
Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/WCSNet6

---
 Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcInput.cs |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcInput.cs b/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcInput.cs
index 68983b8..015930c 100644
--- a/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcInput.cs
+++ b/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcInput.cs
@@ -12,6 +12,11 @@
     public virtual string IP { get; set; }
 
     /// <summary>
+    /// PLC绔彛鍙�
+    /// </summary>
+    public virtual int Port { get; set; }
+
+    /// <summary>
     /// PLC绫诲瀷
     /// </summary>
     public virtual PLCEnum PLCType { get; set; }

--
Gitblit v1.8.0