From 597f8e08e6264b2143454e40a7be553d1e8b6df7 Mon Sep 17 00:00:00 2001
From: sjz <1240968267@qq.com>
Date: 星期五, 09 五月 2025 17:04:19 +0800
Subject: [PATCH] 2025/5/9 沈

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

diff --git a/StandardInterface/MES.Service/Dto/webApi/QcIssueResult/ErpQcIssueResult.cs b/StandardInterface/MES.Service/Dto/webApi/QcIssueResult/ErpQcIssueResult.cs
new file mode 100644
index 0000000..62375ce
--- /dev/null
+++ b/StandardInterface/MES.Service/Dto/webApi/QcIssueResult/ErpQcIssueResult.cs
@@ -0,0 +1,44 @@
+锘縰sing Newtonsoft.Json;
+using System.Collections.Generic;
+
+public class ErpQcIssueResult
+{
+  
+    public string? ProcessNo { get; set; }
+
+ 
+    public string? FReview { get; set; }
+
+
+    public string? QcStatus { get; set; }  // 鍘烸CSTATU鏀逛负瑙勮寖鍛藉悕
+
+    // 鏂板鍚堝苟瀛楁
+ 
+    public string? Remark { get; set; }
+
+
+    public int? ApplicationQuantity { get; set; }  // 淇濇寔鍙┖鎬�
+
+
+    public string? Reason { get; set; }
+
+
+    public string? BadCauses { get; set; }
+
+ 
+    public string? AffiliatedWorkshop { get; set; }
+
+ 
+    public string? ItemName { get; set; }
+
+ 
+    public string? SupplierName { get; set; }
+
+  
+    public string? ItemNo { get; set; }
+
+ 
+    public List<string> Applicants { get; set; } = new List<string>();
+
+    public List<string> ApplicationDepartments { get; set; } = new List<string>();
+}

--
Gitblit v1.9.3