From 359c272c0b09cc02a43bf6d6f55a8215f71fa94b Mon Sep 17 00:00:00 2001
From: 快乐的昕的电脑 <快乐的昕的电脑@DESKTOP-C2BQPQU>
Date: 星期五, 12 十二月 2025 14:03:17 +0800
Subject: [PATCH] MES前端字段补全

---
 WebApi/Gs.Entity/BaseInfo/SysDepartment.cs |   18 +++++++++++++++++-
 1 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/WebApi/Gs.Entity/BaseInfo/SysDepartment.cs b/WebApi/Gs.Entity/BaseInfo/SysDepartment.cs
index d100324..125ab57 100644
--- a/WebApi/Gs.Entity/BaseInfo/SysDepartment.cs
+++ b/WebApi/Gs.Entity/BaseInfo/SysDepartment.cs
@@ -183,5 +183,21 @@
     [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; }
 }
\ No newline at end of file

--
Gitblit v1.9.3