From 257d09aff7ec7b858b037607869d23ec61ac75bc Mon Sep 17 00:00:00 2001
From: helongyang <647556386@qq.com>
Date: 星期二, 19 八月 2025 09:03:49 +0800
Subject: [PATCH] 1
---
代码管理/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_User.cs | 60 ------------------------------------------------------------
1 files changed, 0 insertions(+), 60 deletions(-)
diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_User.cs" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_User.cs"
index fec93b2..fd67fdd 100644
--- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_User.cs"
+++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/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