From c53a461aef16902ca78cdb7bd0c62305e2fee809 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 29 七月 2025 19:23:04 +0800
Subject: [PATCH] Update OQC search API functionality

---
 MES.Service/Modes/MesRohInData.cs |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/MES.Service/Modes/MesRohInData.cs b/MES.Service/Modes/MesRohInData.cs
index 4855bde..e206941 100644
--- a/MES.Service/Modes/MesRohInData.cs
+++ b/MES.Service/Modes/MesRohInData.cs
@@ -318,51 +318,50 @@
     public DateTime? FPREARRIVALDATE { get; set; }
 
     /// <summary>
-    /// 瀹㈡埛璐у彿
+    ///     瀹㈡埛璐у彿
     /// </summary>
     [SugarColumn(ColumnName = "REMARK1")]
     public string? Remark1 { get; set; }
 
     /// <summary>
-    /// 鍖呰鍗曞彿
+    ///     鍖呰鍗曞彿
     /// </summary>
     [SugarColumn(ColumnName = "REMARK2")]
     public string? Remark2 { get; set; }
 
     /// <summary>
-    /// 涓讳骇鍝�
+    ///     涓讳骇鍝�
     /// </summary>
     [SugarColumn(ColumnName = "REMARK3")]
     public string? Remark3 { get; set; }
 
     /// <summary>
-    /// SMT澶囨敞
+    ///     SMT澶囨敞
     /// </summary>
     [SugarColumn(ColumnName = "REMARK4")]
     public string? Remark4 { get; set; }
 
     /// <summary>
-    /// 閿�鍞鍗曡鍙�
+    ///     閿�鍞鍗曡鍙�
     /// </summary>
     [SugarColumn(ColumnName = "FDEMANDBILLNO_LINE")]
     public string? FdemandbillnoLine { get; set; }
 
     /// <summary>
-    /// 鐢垫皵鎴愬搧鍨嬪彿
+    ///     鐢垫皵鎴愬搧鍨嬪彿
     /// </summary>
     [SugarColumn(ColumnName = "ELECTRICAL_PRODUCT_MODEL")]
     public string? ElectricalProductModel { get; set; }
 
     /// <summary>
-    /// 鐢垫皵鎴愬搧鍚嶇О
+    ///     鐢垫皵鎴愬搧鍚嶇О
     /// </summary>
     [SugarColumn(ColumnName = "ELECTRICAL_PRODUCT_NAME")]
     public string? ElectricalProductName { get; set; }
-    
+
     /// <summary>
     ///     缁勭粐闂撮渶姹傚崟
     /// </summary>
     [SugarColumn(ColumnName = "FBILLNO")]
     public string? FbillNo { get; set; }
-
 }
\ No newline at end of file

--
Gitblit v1.9.3