From f2b71fe1d3c2b7651d525a5b5bbe66fad602ea06 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期二, 09 九月 2025 18:46:28 +0800
Subject: [PATCH] 代码清理

---
 WebApi/GS.QC/Models/MesQmCheckitemDt.cs |   13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diff --git a/WebApi/GS.QC/Models/MesQmCheckitemDt.cs b/WebApi/GS.QC/Models/MesQmCheckitemDt.cs
index a496d90..713e58e 100644
--- a/WebApi/GS.QC/Models/MesQmCheckitemDt.cs
+++ b/WebApi/GS.QC/Models/MesQmCheckitemDt.cs
@@ -261,16 +261,15 @@
 
 
     /// <summary>
-    /// 宸ヤ綅
+    ///     宸ヤ綅
     /// </summary>
     [SugarColumn(ColumnName = "stationName")]
     public string stationName { get; set; }
 
 
-
     /// <summary>
-    ///  鏄惁璁よ瘉
-    ///</summary>
+    ///     鏄惁璁よ瘉
+    /// </summary>
     [SugarColumn(ColumnName = "IS_RZXX")]
     public bool? isRzxx { get; set; }
 
@@ -281,7 +280,5 @@
     public Guid? Pid { get; set; }
 
 
-    [SugarColumn(IsIgnore = true)]
-    public string sampleSizeName { get; set; }
-}
-
+    [SugarColumn(IsIgnore = true)] public string sampleSizeName { get; set; }
+}
\ No newline at end of file

--
Gitblit v1.9.3