From 569bb53b544e2e178b64e229d45f047da032af36 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期五, 27 六月 2025 10:25:14 +0800
Subject: [PATCH] 销售退货,发货,采购退货申请反审核防呆

---
 StandardInterface/MES.Service/Dto/webApi/QcIssueResult/ErpQcIssueResult.cs |   17 ++---------------
 1 files changed, 2 insertions(+), 15 deletions(-)

diff --git a/StandardInterface/MES.Service/Dto/webApi/QcIssueResult/ErpQcIssueResult.cs b/StandardInterface/MES.Service/Dto/webApi/QcIssueResult/ErpQcIssueResult.cs
index 3bec48a..62375ce 100644
--- a/StandardInterface/MES.Service/Dto/webApi/QcIssueResult/ErpQcIssueResult.cs
+++ b/StandardInterface/MES.Service/Dto/webApi/QcIssueResult/ErpQcIssueResult.cs
@@ -38,20 +38,7 @@
     public string? ItemNo { get; set; }
 
  
-    public List<Applicant> Applicants { get; set; } = new List<Applicant>();
+    public List<string> Applicants { get; set; } = new List<string>();
 
-    public List<ApplicationDepartment> ApplicationDepartments { get; set; } = new List<ApplicationDepartment>();
+    public List<string> ApplicationDepartments { get; set; } = new List<string>();
 }
-
-// 淇濇寔鍘熸湁宓屽绫诲畾涔�
-public class Applicant
-{
-
-    public string? applicant { get; set; }  // 缁熶竴鍙┖鎬�
-}
-
-public class ApplicationDepartment
-{
- 
-    public string? applicationdepartment { get; set; }
-}
\ No newline at end of file

--
Gitblit v1.9.3