From 160debbfa8713b92b2caadcdc4dc9dcab4c3a7fb Mon Sep 17 00:00:00 2001
From: tjx <t2856754968@163.com>
Date: 星期一, 01 十二月 2025 15:55:33 +0800
Subject: [PATCH] 11111
---
MES.Service/Modes/MesItems.cs | 26 +++++++++++++++++++++++++-
1 files changed, 25 insertions(+), 1 deletions(-)
diff --git a/MES.Service/Modes/MesItems.cs b/MES.Service/Modes/MesItems.cs
index 78574d7..83e1017 100644
--- a/MES.Service/Modes/MesItems.cs
+++ b/MES.Service/Modes/MesItems.cs
@@ -1,4 +1,4 @@
-锘縰sing SqlSugar;
+锘匡豢using SqlSugar;
namespace MES.Service.Modes;
@@ -152,6 +152,12 @@
///</summary>
[SugarColumn(ColumnName = "storeunit")]
public string? Storeunit { get; set; }
+
+ /// <summary>
+ /// ERP鐗╂枡ID
+ ///</summary>
+ [SugarColumn(ColumnName = "e_item_id")]
+ public long? EItemId { get; set; }
/// <summary>
/// ERP鏂欏彿
@@ -323,6 +329,24 @@
[SugarColumn(ColumnName = "DATA_TYPE")]
public string? DataType { get; set; }
+ /// <summary>
+ /// 浜ц兘
+ ///</summary>
+ [SugarColumn(ColumnName = "production_capacity")]
+ public decimal? ProductionCapacity { get; set; }
+
+ /// <summary>
+ /// 鍥惧彿
+ ///</summary>
+ [SugarColumn(ColumnName = "drawing_number")]
+ public string? DrawingNumber { get; set; }
+
+ /// <summary>
+ /// 鍖呰鏁伴噺
+ ///</summary>
+ [SugarColumn(ColumnName = "packaging_quantity")]
+ public decimal? PackagingQuantity { get; set; }
+
[SugarColumn(IsIgnore = true)] public string? Type { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3