From a8029953301875e30b4dfcfc599a6fb4ebcd0c0c Mon Sep 17 00:00:00 2001 From: hwh <332078369@qq.com> Date: 星期四, 22 八月 2024 14:51:18 +0800 Subject: [PATCH] Merge branch 'hwh' --- Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcOutput.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcOutput.cs b/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcOutput.cs index 3668e2a..c2d5bf6 100644 --- a/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcOutput.cs +++ b/Admin.NET/WCS.Application/Service/WcsPlc/Dto/WcsPlcOutput.cs @@ -17,6 +17,11 @@ public string IP { get; set; } /// <summary> + /// PLC绔彛鍙� + /// </summary> + public int Port { get; set; } + + /// <summary> /// PLC绫诲瀷 /// </summary> public PLCEnum PLCType { get; set; } -- Gitblit v1.8.0