修改查询条件

This commit is contained in:
2024-02-19 09:56:48 +08:00
parent 6419fa6e61
commit 103ab700fc
2 changed files with 8 additions and 7 deletions
@@ -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;