From 7ab32aab1cfd8b71940ade95fa69aec0b95e95c3 Mon Sep 17 00:00:00 2001
From: liudl <673013083@qq.com>
Date: 星期日, 16 二月 2025 16:36:40 +0800
Subject: [PATCH] Merge branch 'master' of http://47.95.120.53:8083/r/WCSNet6

---
 Admin.NET/WCS.Application/Model/TaskRequest.cs |   25 ++++++++++++++++++++++++-
 1 files changed, 24 insertions(+), 1 deletions(-)

diff --git a/Admin.NET/WCS.Application/Model/TaskRequest.cs b/Admin.NET/WCS.Application/Model/TaskRequest.cs
index 5d2af81..6945a70 100644
--- a/Admin.NET/WCS.Application/Model/TaskRequest.cs
+++ b/Admin.NET/WCS.Application/Model/TaskRequest.cs
@@ -485,7 +485,10 @@
 {
     public int Success { get; set; }
     public string Message { get; set; }
-    public List<RequestBoxInfoCheck> data { get; set; }
+    public RequestBoxInfoCheck data { get; set; }
+
+    
+
 }
 public class RequestBoxInfoCheck
 {
@@ -565,3 +568,23 @@
     public string FinishQty { get; set; }
 
 }
+
+public class PortModel
+{
+    /// <summary>
+    /// 鍏ュ簱鍙�
+    /// </summary>
+    public string Port { get; set; }
+}
+
+public class PortRequestModel
+{
+    /// <summary>
+    /// 鍏ュ簱鍙�
+    /// </summary>
+    public string Port { get; set; }
+    /// <summary>
+    /// 浠诲姟鍙�
+    /// </summary>
+    public string TaskNo { get; set; }
+}

--
Gitblit v1.8.0