Merge branch 'Test_IRC_Net8' of https://gitea.frp.extimaging.com/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details

IRC_NewDev
he 2024-09-20 14:59:46 +08:00
commit 69d390da81
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ public class User : BaseFullAuditEntity
public string FirstName { get; set; } = null!;
[Comment(" 首次登录需要修改密码")]
public bool IsFirstAdd { get; set; }
public bool IsFirstAdd { get; set; } = true;
public bool IsTestUser { get; set; }