From e19f8a13e2b35e6836ce46c17402c44327814a00 Mon Sep 17 00:00:00 2001
From: wbc <2597324127@qq.com>
Date: 星期四, 18 十二月 2025 09:14:36 +0800
Subject: [PATCH] 产能排产漏更新
---
WebApi/GS.QC/Models/MesQmCheckitemDt.cs | 13 ++++++++-----
1 files changed, 8 insertions(+), 5 deletions(-)
diff --git a/WebApi/GS.QC/Models/MesQmCheckitemDt.cs b/WebApi/GS.QC/Models/MesQmCheckitemDt.cs
index 713e58e..a496d90 100644
--- a/WebApi/GS.QC/Models/MesQmCheckitemDt.cs
+++ b/WebApi/GS.QC/Models/MesQmCheckitemDt.cs
@@ -261,15 +261,16 @@
/// <summary>
- /// 宸ヤ綅
+ /// 宸ヤ綅
/// </summary>
[SugarColumn(ColumnName = "stationName")]
public string stationName { get; set; }
+
/// <summary>
- /// 鏄惁璁よ瘉
- /// </summary>
+ /// 鏄惁璁よ瘉
+ ///</summary>
[SugarColumn(ColumnName = "IS_RZXX")]
public bool? isRzxx { get; set; }
@@ -280,5 +281,7 @@
public Guid? Pid { get; set; }
- [SugarColumn(IsIgnore = true)] public string sampleSizeName { get; set; }
-}
\ No newline at end of file
+ [SugarColumn(IsIgnore = true)]
+ public string sampleSizeName { get; set; }
+}
+
--
Gitblit v1.9.3