From 3b688a2758a44d240b9673dccb69511832116435 Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期三, 08 十月 2025 16:25:23 +0800
Subject: [PATCH] Revert "IQC堵穴数,IQC破坏实验"
---
StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs | 43 +++++++++++++++++++++++++++++++++++++++++++
1 files changed, 43 insertions(+), 0 deletions(-)
diff --git a/StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs b/StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs
index fdd5138..ec42cf5 100644
--- a/StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs
+++ b/StandardInterface/MES.Service/Modes/MesInvItemDbsq.cs
@@ -211,5 +211,48 @@
///</summary>
[SugarColumn(ColumnName = "ERPID")]
public string? Erpid { get; set; }
+
+ /// <summary>
+ /// 璋冨嚭搴撳瓨缁勭粐
+ ///</summary>
+ [SugarColumn(ColumnName = "DC_KC")]
+ public string? DcKc { get; set; }
+ /// <summary>
+ /// 璋冨叆搴撳瓨缁勭粐
+ ///</summary>
+ [SugarColumn(ColumnName = "DR_KC")]
+ public string? DrKc { get; set; }
+
+
+ /// <summary>
+ /// 璋冨叆璐т富
+ ///</summary>
+ [SugarColumn(ColumnName = "DR_HZ")]
+ public string? DrHz { get; set; }
+ /// <summary>
+ /// 璋冨叆浠撳簱
+ ///</summary>
+ [SugarColumn(ColumnName = "DR_CK")]
+ public string? DrCk { get; set; }
+ /// <summary>
+ /// 璋冨嚭閮ㄩ棬
+ ///</summary>
+ [SugarColumn(ColumnName = "DC_BM")]
+ public string? DcBm { get; set; }
+ /// <summary>
+ /// 璋冨叆閮ㄩ棬
+ ///</summary>
+ [SugarColumn(ColumnName = "DR_BM")]
+ public string? DrBm { get; set; }
+ /// <summary>
+ /// MES绫诲瀷
+ ///</summary>
+ [SugarColumn(ColumnName = "TYPE2")]
+ public string? Type2 { get; set; }
+ /// <summary>
+ /// 渚涘簲鍟�
+ ///</summary>
+ [SugarColumn(ColumnName = "GYS")]
+ public string? Gys { get; set; }
}
}
--
Gitblit v1.9.3