From 4e814dc13545fde4c5c294865370c165db7eb40e Mon Sep 17 00:00:00 2001
From: hao <1836460075@qq.com>
Date: 星期二, 16 九月 2025 19:19:48 +0800
Subject: [PATCH] 组装拆卸测试2
---
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