From 70233af5426b0d1c343ebe87183303a34a9aaa58 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期三, 20 十一月 2024 09:05:38 +0800
Subject: [PATCH] WIDESEAWCS_QuartzJob更新版本

---
 WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_User.cs |   60 ------------------------------------------------------------
 1 files changed, 0 insertions(+), 60 deletions(-)

diff --git a/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_User.cs b/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_User.cs
index fec93b2..fd67fdd 100644
--- a/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_User.cs
+++ b/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_User.cs
@@ -41,12 +41,6 @@
         public string RoleName { get; set; }
 
         /// <summary>
-        /// 鐢佃瘽
-        /// </summary>
-        [SugarColumn(Length = 11, IsNullable = true, ColumnDescription = "鐢佃瘽")]
-        public string PhoneNo { get; set; }
-
-        /// <summary>
         /// 澶囨敞
         /// </summary>
         [SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "澶囨敞")]
@@ -65,34 +59,10 @@
         public string UserTrueName { get; set; }
 
         /// <summary>
-        /// 閮ㄩ棬
-        /// </summary>
-        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "閮ㄩ棬")]
-        public string DeptName { get; set; }
-
-        /// <summary>
-        /// 閮ㄩ棬ID
-        /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDescription = "閮ㄩ棬ID")]
-        public int? Dept_Id { get; set; }
-
-        /// <summary>
-        /// 閭
-        /// </summary>
-        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "閭")]
-        public string Email { get; set; }
-
-        /// <summary>
         /// 鏄惁鍙敤
         /// </summary>
         [SugarColumn(IsNullable = false, ColumnDescription = "鏄惁鍙敤")]
         public byte Enable { get; set; }
-
-        /// <summary>
-        /// 鎬у埆
-        /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDescription = "鎬у埆")]
-        public int? Gender { get; set; }
 
         /// <summary>
         /// 澶村儚
@@ -105,36 +75,6 @@
         /// </summary>
         [SugarColumn(IsNullable = true, IsOnlyIgnoreInsert = true, ColumnDescription = "鏈�鍚庡瘑鐮佷慨鏀规椂闂�")]
         public DateTime? LastModifyPwdDate { get; set; }
-
-        /// <summary>
-        /// 鍦板潃
-        /// </summary>
-        [SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "鍦板潃")]
-        public string Address { get; set; }
-
-        /// <summary>
-        /// 瀹℃牳鏃堕棿
-        /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDescription = "瀹℃牳鏃堕棿")]
-        public DateTime? AuditDate { get; set; }
-
-        /// <summary>
-        /// 瀹℃牳鐘舵��
-        /// </summary>
-        [SugarColumn(IsNullable = true, ColumnDescription = "瀹℃牳鐘舵��")]
-        public int? AuditStatus { get; set; }
-
-        /// <summary>
-        /// 瀹℃牳浜�
-        /// </summary>
-        [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "瀹℃牳浜�")]
-        public string Auditor { get; set; }
-
-        /// <summary>
-        /// 浠ょ墝
-        /// </summary>
-        [SugarColumn(Length = 500, IsNullable = true, ColumnDescription = "浠ょ墝")]
-        public string Token { get; set; }
 
         /// <summary>
         /// 绉熸埛ID

--
Gitblit v1.9.3