From 96b22db20a74963e39e490e94bf969cc60ef1b04 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期一, 12 五月 2025 17:45:49 +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