修改查询条件
This commit is contained in:
@@ -42,7 +42,7 @@ namespace IRaCIS.Core.Application.Contracts
|
||||
|
||||
public Guid? ConfirmUserId { get; set; }
|
||||
|
||||
public bool IsConfirmed { get; set; }
|
||||
public bool IsConfirmed => ConfirmTime != null;
|
||||
|
||||
public string UserName { get; set; } = string.Empty;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user