From fbd1dae61bb8eeccd303341ff3b5290d805a8155 Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期五, 19 十二月 2025 18:40:25 +0800
Subject: [PATCH] 111

---
 StandardPda/MES.Service/Modes/QsQaItemXj.cs |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/StandardPda/MES.Service/Modes/QsQaItemXj.cs b/StandardPda/MES.Service/Modes/QsQaItemXj.cs
index 28c435a..4cd5fed 100644
--- a/StandardPda/MES.Service/Modes/QsQaItemXj.cs
+++ b/StandardPda/MES.Service/Modes/QsQaItemXj.cs
@@ -124,6 +124,12 @@
     [SugarColumn(ColumnName = "ITEM_ID")]
     public decimal? ItemId { get; set; }
 
+    /// <summary>
+    ///     宸ュ簭ID
+    /// </summary>
+    [SugarColumn(ColumnName = "GX_ID")]
+    public decimal? GxId { get; set; }
+
     [SugarColumn(IsIgnore = true)] public string? Daa020 { get; set; }
     [SugarColumn(IsIgnore = true)] public decimal? PlanQty { get; set; }
 

--
Gitblit v1.9.3