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/MesInvItemDbsqItems.cs | 25 +++++++++++++++++++++++++
1 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/StandardInterface/MES.Service/Modes/MesInvItemDbsqItems.cs b/StandardInterface/MES.Service/Modes/MesInvItemDbsqItems.cs
index 29e386b..65241f6 100644
--- a/StandardInterface/MES.Service/Modes/MesInvItemDbsqItems.cs
+++ b/StandardInterface/MES.Service/Modes/MesInvItemDbsqItems.cs
@@ -147,5 +147,30 @@
///</summary>
[SugarColumn(ColumnName = "EID")]
public string? Eid { get; set; }
+ /// <summary>
+ /// 婧愬崟绫诲瀷
+ ///</summary>
+ [SugarColumn(ColumnName = "YD_LX")]
+ public string? YdLx { get; set; }
+ /// <summary>
+ /// 婧愬崟缂栧彿
+ ///</summary>
+ [SugarColumn(ColumnName = "YD_BM")]
+ public string? YdBm { get; set; }
+ /// <summary>
+ /// 璁㈠崟绫诲瀷
+ ///</summary>
+ [SugarColumn(ColumnName = "DD_LX")]
+ public string? DdLx { get; set; }
+ /// <summary>
+ /// 璁㈠崟缂栧彿
+ ///</summary>
+ [SugarColumn(ColumnName = "DD_BM")]
+ public string? DdBm { get; set; }
+ /// <summary>
+ /// 閫氱煡鍗曞崟鍙�
+ ///</summary>
+ [SugarColumn(ColumnName = "TZD_DH")]
+ public string? TzdDh { get; set; }
}
}
--
Gitblit v1.9.3