From d9a157bc9750df0eb67a5461a9572e44e68c38ab Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期六, 29 十一月 2025 17:08:29 +0800
Subject: [PATCH] 工作中心信息(合到部门信息=添加自定义字段3条)

---
 MES.Service/Modes/SysDepartment.cs |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/MES.Service/Modes/SysDepartment.cs b/MES.Service/Modes/SysDepartment.cs
index 38bc21a..62adc70 100644
--- a/MES.Service/Modes/SysDepartment.cs
+++ b/MES.Service/Modes/SysDepartment.cs
@@ -169,5 +169,23 @@
     [SugarColumn(ColumnName = "FParentID")]
     public string? FParentID { get; set; }
 
+    /// <summary>
+    ///     宸ヤ綔涓績缂栧彿
+    /// </summary>
+    [SugarColumn(ColumnName = "WORKSHOP_CENTER_CODE")]
+    public string? WorkshopCenterCode { get; set; }
+
+    /// <summary>
+    ///     宸ヤ綔涓績鍚嶇О
+    /// </summary>
+    [SugarColumn(ColumnName = "WORKSHOP_CENTER_NAME")]
+    public string? WorkshopCenterName { get; set; }
+
+    /// <summary>
+    ///     宸ュ巶鍚嶇О
+    /// </summary>
+    [SugarColumn(ColumnName = "factory_name")]
+    public string? FactoryName { get; set; }
+
     [SugarColumn(IsIgnore = true)] public string? Type { get; set; }
 }
\ No newline at end of file

--
Gitblit v1.9.3