From 5f467d39b6bcca41c0720493c1f6e68c77ea89e4 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期日, 20 七月 2025 18:08:51 +0800 Subject: [PATCH] ftp服务器上传 --- 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