From 2a0ac6f8783c138a3fa3937e0594ae339260f5e3 Mon Sep 17 00:00:00 2001
From: zjh <2207896513@qq.com>
Date: 星期五, 21 二月 2025 14:22:52 +0800
Subject: [PATCH] 1、Llj接口添加物料标识(FIRST)返回,0:非首次、1:首次

---
 StandardPda/MES.Service/Modes/MesQaItemsDetectDetail12.cs |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/StandardPda/MES.Service/Modes/MesQaItemsDetectDetail12.cs b/StandardPda/MES.Service/Modes/MesQaItemsDetectDetail12.cs
index 479f7f7..e1ea363 100644
--- a/StandardPda/MES.Service/Modes/MesQaItemsDetectDetail12.cs
+++ b/StandardPda/MES.Service/Modes/MesQaItemsDetectDetail12.cs
@@ -21,25 +21,25 @@
         /// 妫�楠岀粨鏋� 
         ///</summary>
         [SugarColumn(ColumnName = "FCHECK_RESU")]
-        public string FcheckResu { get; set; }
+        public string? FcheckResu { get; set; }
 
         /// <summary>
         /// 妫�楠岄」鐩� 
         ///</summary>
         [SugarColumn(ColumnName = "FCHECK_ITEM")]
-        public string FcheckItem { get; set; }
+        public string? FcheckItem { get; set; }
 
         /// <summary>
         /// 鐗╂枡鏉$爜 
         ///</summary>
         [SugarColumn(ColumnName = "ITEM_BARCODE")]
-        public string ItemBarcode { get; set; }
+        public string? ItemBarcode { get; set; }
 
         /// <summary>
         ///  
         ///</summary>
         [SugarColumn(ColumnName = "RELEASE_NO")]
-        public string ReleaseNo { get; set; }
+        public string? ReleaseNo { get; set; }
 
         /// <summary>
         ///  
@@ -57,31 +57,31 @@
         ///  
         ///</summary>
         [SugarColumn(ColumnName = "COMPANY")]
-        public string Company { get; set; }
+        public string? Company { get; set; }
 
         /// <summary>
         ///  
         ///</summary>
         [SugarColumn(ColumnName = "FACTORY")]
-        public string Factory { get; set; }
+        public string? Factory { get; set; }
 
         /// <summary>
         ///  
         ///</summary>
         [SugarColumn(ColumnName = "FSTAND")]
-        public string Fstand { get; set; }
+        public string? Fstand { get; set; }
 
         /// <summary>
         /// 鐢熸垚浜� 
         ///</summary>
         [SugarColumn(ColumnName = "LASTUPDATE_BY")]
-        public string LastupdateBy { get; set; }
+        public string? LastupdateBy { get; set; }
 
         /// <summary>
         ///  
         ///</summary>
         [SugarColumn(ColumnName = "CREATE_BY")]
-        public string CreateBy { get; set; }
+        public string? CreateBy { get; set; }
 
         [SugarColumn(IsIgnore = true)] public int? count { get; set; }
     }

--
Gitblit v1.9.3