From 52f26a9f94f639d994a8300d100161acf5e1d0c3 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期一, 18 八月 2025 14:08:51 +0800
Subject: [PATCH] 检验

---
 StandardInterface/MES.Service/Modes/QsItemOqcReq.cs |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs b/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs
index 7a4d22f..0d76abf 100644
--- a/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs
+++ b/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs
@@ -161,4 +161,28 @@
     /// </summary>
     [SugarColumn(ColumnName = "QUANTITY")]
     public decimal? Quantity { get; set; }
+
+    /// <summary>
+    ///     涓嶈壇鍘熷洜
+    /// </summary>
+    [SugarColumn(ColumnName = "BLYY")]
+    public string? Blyy { get; set; }
+
+    /// <summary>
+    ///     璇勫鐘舵��
+    /// </summary>
+    [SugarColumn(ColumnName = "PSZT")]
+    public string? Pszt { get; set; }
+
+    /// <summary>
+    ///     鎵�灞炶溅闂�
+    /// </summary>
+    [SugarColumn(ColumnName = "SSCJ")]
+    public string? Sscj { get; set; }
+
+    /// <summary>
+    ///     涓嶈壇鎻忚堪
+    /// </summary>
+    [SugarColumn(ColumnName = "FNG_DESC")]
+    public string? FngDesc { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3