From e853dd2fecef3a0c446d161248d0498a5a081e66 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期三, 17 十二月 2025 18:49:49 +0800
Subject: [PATCH] SJ,XJ,RKJ优化修改

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

diff --git a/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs b/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs
index 7a4d22f..a3b1d36 100644
--- a/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs
+++ b/StandardInterface/MES.Service/Modes/QsItemOqcReq.cs
@@ -157,8 +157,38 @@
     [SugarColumn(IsIgnore = true)] public string? Daa015 { get; set; }
 
     /// <summary>
-    ///     閫佹鏁伴噺
+    ///     宸ュ崟鏁伴噺锛堝師閫佹鏁伴噺瀛楁锛�
     /// </summary>
     [SugarColumn(ColumnName = "QUANTITY")]
     public decimal? Quantity { get; set; }
+
+    /// <summary>
+    ///     閫佹鏁伴噺锛堟柊澧炲瓧娈碉級
+    /// </summary>
+    [SugarColumn(ColumnName = "SJQTY")]
+    public decimal? Sjqty { 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