From 4008c7e22c9c01eb653b04f934990486df622654 Mon Sep 17 00:00:00 2001
From: username@email.com <yzy2002yzy@163.com>
Date: 星期一, 14 七月 2025 12:21:35 +0800
Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/FZCZTB

---
 Admin.NET/FZCZTB.TSCL.Application/Service/ProcurementComplaint/Dto/ProcurementComplaintInput.cs |   21 ++++++++++++++++++---
 1 files changed, 18 insertions(+), 3 deletions(-)

diff --git a/Admin.NET/FZCZTB.TSCL.Application/Service/ProcurementComplaint/Dto/ProcurementComplaintInput.cs b/Admin.NET/FZCZTB.TSCL.Application/Service/ProcurementComplaint/Dto/ProcurementComplaintInput.cs
index 547c953..30fdd6a 100644
--- a/Admin.NET/FZCZTB.TSCL.Application/Service/ProcurementComplaint/Dto/ProcurementComplaintInput.cs
+++ b/Admin.NET/FZCZTB.TSCL.Application/Service/ProcurementComplaint/Dto/ProcurementComplaintInput.cs
@@ -113,11 +113,22 @@
     /// 绾夸笂鍦板潃
     /// </summary>
     public string? Url { get; set; }
-    
+    /// <summary>
+    /// 澶勭悊浜嬮」
+    /// </summary>
+    public List<ProcurementComplaintItems>? Complaints { get; set; }
+
     /// <summary>
     /// 閫変腑涓婚敭鍒楄〃
     /// </summary>
-     public List<Guid> SelectKeyList { get; set; }
+    public List<Guid> SelectKeyList { get; set; }
+
+    /// <summary>
+    /// 鏄惁鎴愮珛
+    /// </summary>
+    public PComplaintStatus? Status { get; set; }
+
+
 }
 
 /// <summary>
@@ -258,7 +269,11 @@
     /// </summary>    
     [MaxLength(255, ErrorMessage = "绾夸笂鍦板潃瀛楃闀垮害涓嶈兘瓒呰繃255")]
     public string? Url { get; set; }
-    
+    /// <summary>
+    /// 浜嬮」
+    /// </summary>
+    public List<ProcurementComplaintItems>? Complaints { get; set; }
+
 }
 
 /// <summary>

--
Gitblit v1.9.1