项目代码/WCS/WIDESEAWCS_Server/WIDESEAWCS_Model/Models/System/Sys_User.cs
@@ -34,6 +34,11 @@ [SugarColumn( IsNullable = true, ColumnDescription = "鍗″彿")] public int CardNumber { get; set; } /// <summary> /// 鐝粍 /// </summary> [SugarColumn(IsNullable = true,Length =50, ColumnDescription = "鍗″彿")] public string Userteam { get; set; } /// <summary> /// 瑙掕壊ID @@ -148,5 +153,6 @@ /// </summary> [SugarColumn(IsNullable = false, ColumnDescription = "绉熸埛ID",DefaultValue = "0")] public long TenantId { get; set; } } }