From 707e8f07abb295629f73557759cf0e708ca6b5fa Mon Sep 17 00:00:00 2001
From: xwt <2740516069@qq.com>
Date: 星期五, 17 十月 2025 13:26:31 +0800
Subject: [PATCH] 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