From ee7585e61f2a69600dc8c3e7f33b9861460d316f Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期五, 09 五月 2025 14:22:47 +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