限制链接登陆一次
This commit is contained in:
@@ -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}";
|
||||
|
||||
Reference in New Issue
Block a user