From 234e0265fbed611b20f0903bb69fbf0bd5417c1c Mon Sep 17 00:00:00 2001
From: huanghongfeng <huanghongfeng@hnkhzn.com>
Date: 星期一, 10 十一月 2025 15:51:22 +0800
Subject: [PATCH] 最新
---
项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_User.cs | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_User.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_User.cs"
index a38981a..883e7b6 100644
--- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_User.cs"
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Model/Models/System/Sys_User.cs"
@@ -25,13 +25,13 @@
/// <summary>
///甯愬彿
/// </summary>
- [SugarColumn(Length = 100, IsNullable = false, ColumnDescription = "甯愬彿")]
+ [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "甯愬彿")]
public string UserName { get; set; }
/// <summary>
/// 瑙掕壊ID
/// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "瑙掕壊ID")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "瑙掕壊ID")]
public int Role_Id { get; set; }
/// <summary>
@@ -55,13 +55,13 @@
/// <summary>
/// 瀵嗙爜
/// </summary>
- [SugarColumn(Length = 200, IsNullable = false, ColumnDescription = "瀵嗙爜")]
+ [SugarColumn(Length = 200, IsNullable = true, ColumnDescription = "瀵嗙爜")]
public string UserPwd { get; set; }
/// <summary>
/// 鐪熷疄濮撳悕
/// </summary>
- [SugarColumn(Length = 100, IsNullable = false, ColumnDescription = "鐪熷疄濮撳悕")]
+ [SugarColumn(Length = 100, IsNullable = true, ColumnDescription = "鐪熷疄濮撳悕")]
public string UserTrueName { get; set; }
/// <summary>
@@ -85,7 +85,7 @@
/// <summary>
/// 鏄惁鍙敤
/// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "鏄惁鍙敤")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "鏄惁鍙敤")]
public byte Enable { get; set; }
/// <summary>
@@ -121,7 +121,7 @@
/// <summary>
/// 绉熸埛ID
/// </summary>
- [SugarColumn(IsNullable = false, ColumnDescription = "绉熸埛ID", DefaultValue = "0")]
+ [SugarColumn(IsNullable = true, ColumnDescription = "绉熸埛ID", DefaultValue = "0")]
public long TenantId { get; set; }
}
}
--
Gitblit v1.9.3