From 3dbb348682f4b7e114d41c22f40e0c0e2bc177b2 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期三, 26 十一月 2025 16:44:51 +0800
Subject: [PATCH] 物料信息
---
MES.Service/Modes/MesItemType.cs | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/MES.Service/Modes/MesItemType.cs b/MES.Service/Modes/MesItemType.cs
index 36eafa7..2e5b675 100644
--- a/MES.Service/Modes/MesItemType.cs
+++ b/MES.Service/Modes/MesItemType.cs
@@ -95,5 +95,11 @@
[SugarColumn(ColumnName = "description")]
public string? Description { get; set; }
+ /// <summary>
+ /// 鏈夋晥鐮�
+ /// </summary>
+ [SugarColumn(ColumnName = "MA011")]
+ public string? MA011 { get; set; }
+
[SugarColumn(IsIgnore = true)] public string? Type { get; set; }
}
\ No newline at end of file
--
Gitblit v1.9.3