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/Modes/QcIssueResult/GetQcIssueResultDetail.cs |   51 +++++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/StandardInterface/MES.Service/Modes/QcIssueResult/GetQcIssueResultDetail.cs b/StandardInterface/MES.Service/Modes/QcIssueResult/GetQcIssueResultDetail.cs
new file mode 100644
index 0000000..ef667f2
--- /dev/null
+++ b/StandardInterface/MES.Service/Modes/QcIssueResult/GetQcIssueResultDetail.cs
@@ -0,0 +1,51 @@
+锘縰sing SqlSugar;
+using System;
+using System.Collections.Generic;
+using System.Linq;
+using System.Text;
+using System.Threading.Tasks;
+
+namespace MES.Service.Modes.QcIssueResult;
+
+public class GetQcIssueResultDetail
+{
+    //鐢宠鏁伴噺
+
+    public string? FbatchQty { get; set; }
+
+    //浜у搧鍚嶇О
+  
+    public string? ItemName { get; set; }
+
+    //瑙勬牸缂栫爜
+
+    public string? ItemNo { get; set; }
+
+    //渚涘簲鍟嗗悕绉�
+    public string? SuppName { get; set; }
+
+    //娴嬭瘯浜у搧璐ㄩ噺鐘跺喌鍙婄敵璇峰師鍥�
+    public string? AppicationReason { get; set; }
+
+    //璁㈠崟鍙�(閲囪喘鍗曞彿)
+    public string? BadReason { get; set; }
+
+    //澶囨敞
+    public string? remark { get; set; }
+
+    //妫�楠屽崟鍙�
+    public string? ReleaseNo { get; set; }
+
+    //鐢ㄦ埛鍐呯爜
+    public string? StaffNo { get; set; }
+
+    //璇勫鐘舵��
+    public string? IqcStatus { get; set; }
+
+    //鐢宠閮ㄩ棬
+    public string? Department { get; set; }
+
+    //鐢宠閮ㄩ棬
+    public string? WorkShop { get; set; }
+
+}

--
Gitblit v1.9.3