From f17b9af381df693428022d915dc51f670aef64a7 Mon Sep 17 00:00:00 2001
From: z8018 <1282578289@qq.com>
Date: 星期二, 10 六月 2025 11:33:58 +0800
Subject: [PATCH] Update Sys_UserFaceService.cs

---
 project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Maintenance.cs |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Maintenance.cs b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Maintenance.cs
index 8c0b2a2..9c22702 100644
--- a/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Maintenance.cs
+++ b/project/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/Telescopic/Dt_Maintenance.cs
@@ -20,9 +20,23 @@
         /// <summary>
         /// 鐢ㄦ埛璐﹀彿
         /// </summary>
-        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "鐢ㄦ埛鏉冮檺")]
+        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "鐢ㄦ埛璐︽埛")]
         public string UserAccount { get; set; }
 
+
+        /// <summary>
+        /// 鐢ㄦ埛鏉冮檺
+        /// </summary>
+        [SugarColumn(Length = 50, IsNullable = true, ColumnDescription = "鐢ㄦ埛鏉冮檺")]
+        public int Roleid { get; set; }
+
+        /// <summary>
+        /// 鏄惁鏄粍闀�
+        /// </summary>
+        [SugarColumn(IsNullable = false, ColumnDescription = "鏄惁鏄粍闀�")]
+        public int IsLeader { get; set; }
+
+
         /// <summary>
         /// 妫�淇棩鏈�
         /// </summary>

--
Gitblit v1.9.3