From a5019b475f8620dba3b495da983f4db9e32f7ca8 Mon Sep 17 00:00:00 2001
From: 啊鑫 <t2856754968@163.com>
Date: 星期四, 10 七月 2025 08:18:36 +0800
Subject: [PATCH] AOI

---
 MES.Service/Modes/SysDepartment.cs |   30 +++++++++---------------------
 1 files changed, 9 insertions(+), 21 deletions(-)

diff --git a/MES.Service/Modes/SysDepartment.cs b/MES.Service/Modes/SysDepartment.cs
index f3bc3ba..4ea2a99 100644
--- a/MES.Service/Modes/SysDepartment.cs
+++ b/MES.Service/Modes/SysDepartment.cs
@@ -134,34 +134,22 @@
     public string? MaterialProperti { get; set; }
 
     /// <summary>
-    ///     鑷畾涔夊瓧娈�1
+    ///     鍒涘缓缁勭粐
     /// </summary>
-    [SugarColumn(ColumnName = "FParentID")]
-    public string? FParentID { get; set; }
+    [SugarColumn(ColumnName = "CREATE_ORG")]
+    public decimal? CreateOrg { get; set; }
 
     /// <summary>
-    ///     浣跨敤绲勭箶
+    ///     浣跨敤缁勭粐
     /// </summary>
-    [SugarColumn(ColumnName = "FSubsidiary")]
-    public string? FSubsidiary { get; set; }
-    /// <summary>
-    ///     鍓靛缓绲勭箶
-    /// </summary>
-    [SugarColumn(ColumnName = "Fumbrella")]
-    public string? Fumbrella { get; set; }
-
+    [SugarColumn(ColumnName = "USE_ORG")]
+    public decimal? UseOrg { get; set; }
 
     /// <summary>
-    ///     鑷畾涔夊瓧娈�2
+    ///     涓婄骇閮ㄩ棬
     /// </summary>
-    [SugarColumn(ColumnName = "REMARK2")]
-    public string? Remark2 { get; set; }
-
-    /// <summary>
-    ///     鑷畾涔夊瓧娈�3
-    /// </summary>
-    [SugarColumn(ColumnName = "REMARK3")]
-    public string? Remark3 { get; set; }
+    [SugarColumn(ColumnName = "PARENT_ID")]
+    public decimal? ParentId { get; set; }
 
     /// <summary>
     ///     鑷畾涔夊瓧娈�4

--
Gitblit v1.9.3