Merge pull request '更新 Admin.NET/Admin.NET.Core/Entity/SysOAuthUser.cs' (#3) from 362270511/Admin.NET.Pro:main into main

Reviewed-on: http://101.43.53.74:3000/Admin.NET/Admin.NET.Pro/pulls/3
This commit is contained in:
zuohuaijun 2024-06-25 01:38:48 +08:00
commit 22f1e1bba7

View File

@ -68,7 +68,7 @@ public partial class SysOAuthUser : EntityBase
/// </summary> /// </summary>
[SugarColumn(ColumnDescription = "昵称", Length = 64)] [SugarColumn(ColumnDescription = "昵称", Length = 64)]
[Required, MaxLength(64)] [Required, MaxLength(64)]
public string NickName { get; set; } public string? NickName { get; set; }
/// <summary> /// <summary>
/// 头像 /// 头像