From b5636d685f902bacfba65827d78bf59978c111e8 Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期二, 30 九月 2025 11:17:46 +0800
Subject: [PATCH] IQC堵穴数,IQC破坏实验
---
StandardInterface/MES.Service/Modes/MesQaItemsDetectDetail5.cs | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
diff --git a/StandardInterface/MES.Service/Modes/MesQaItemsDetectDetail5.cs b/StandardInterface/MES.Service/Modes/MesQaItemsDetectDetail5.cs
index 715881a..d99bc60 100644
--- a/StandardInterface/MES.Service/Modes/MesQaItemsDetectDetail5.cs
+++ b/StandardInterface/MES.Service/Modes/MesQaItemsDetectDetail5.cs
@@ -165,6 +165,11 @@
/// </summary>
[SugarColumn(ColumnName = "LASTUPDATE_BY")]
public string? LastupdateBy { get; set; }
+ /// <summary>
+ /// 鏇存柊浜�
+ /// </summary>
+ [SugarColumn(ColumnName = "DNUM")]
+ public string? Dnum { get; set; }
/// <summary>
/// 鏇存柊鏃堕棿
@@ -173,4 +178,10 @@
public DateTime? LastupdateDate { get; set; }
[SugarColumn(IsIgnore = true)] public int? Unqualified { get; set; }
+ /// <summary>
+ /// 澶囨敞
+ /// </summary>
+ [SugarColumn(ColumnName = "MEOM")]
+ public string? Meom { get; set; }
+
}
\ No newline at end of file
--
Gitblit v1.9.3