限制链接登陆一次

This commit is contained in:
2022-05-30 09:43:01 +08:00
parent ae1137d2af
commit 458ca443fd
4 changed files with 39 additions and 4 deletions
+2
View File
@@ -69,6 +69,8 @@ namespace IRaCIS.Core.Domain.Models
public bool IsFirstAdd { get; set; } = true;
public string EmailToken { get; set; } = string.Empty;
[Projectable] public string FullName => LastName + " / " + FirstName;
//[Projectable] public string FullName => $"{LastName} / {FirstName}";