From 81cfbb34ad9092b19a2e3692786ee97f3646014b Mon Sep 17 00:00:00 2001 From: dengjunjie <dengjunjie@hnkhzn.com> Date: 星期一, 16 十二月 2024 21:30:46 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/MeiRuiAn/HuaiAn --- 代码管理/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