From 4fe0fa8f1703a5d815e310d2084e69481c19273d Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期二, 09 十二月 2025 16:05:22 +0800
Subject: [PATCH] OQC加字段

---
 MES.Service/Modes/MesOqcItemsDetect02.cs |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/MES.Service/Modes/MesOqcItemsDetect02.cs b/MES.Service/Modes/MesOqcItemsDetect02.cs
index 7847d4e..53fac2d 100644
--- a/MES.Service/Modes/MesOqcItemsDetect02.cs
+++ b/MES.Service/Modes/MesOqcItemsDetect02.cs
@@ -134,5 +134,33 @@
         ///</summary>
         [SugarColumn(ColumnName = "DEPOT_ID")]
         public decimal? DepotId { get; set; }
+    
+        /// <summary>
+        /// 鐢熶骇绾跨粍 
+        ///</summary>
+        [SugarColumn(ColumnName = "SJXB")]
+        public string? Sjxb { get; set; }
+    
+        /// <summary>
+        /// 閿�鍞鍗曞彿 
+        ///</summary>
+        [SugarColumn(ColumnName = "XS_DDH")]
+        public string? XsDdh { get; set; }
+    
+        [SugarColumn(IsIgnore = true)]
+        public string? ItemName{ get; set; }
+    
+        [SugarColumn(IsIgnore = true)]
+        public string? ItemModel { get; set; }
+        
+        [SugarColumn(IsIgnore = true)]
+        public string? CreateUser { get; set; }
+        
+        //fcheckBy
+        [SugarColumn(IsIgnore = true)]
+        public string? FcheckUser { get; set; }
+        
+        [SugarColumn(IsIgnore = true)]
+        public string? DepotName { get; set; }
     }
 }
\ No newline at end of file

--
Gitblit v1.9.3