From 250d7667b3229969a6dd3bc6ebc68d828a266fe8 Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 20 十二月 2025 14:31:19 +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