From 83a982e1e889cb8f6ba03cab92b222d83434a398 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期五, 06 九月 2024 16:55:50 +0800
Subject: [PATCH] 新增箱码明细表;开发分拣码垛绑定任务功能

---
 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