From eca1997ccfba38457400c19f36781bef243e83a8 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期六, 10 五月 2025 09:24:55 +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