增加查询条件

This commit is contained in:
2024-04-15 10:28:59 +08:00
parent 00cbde90c7
commit 65e2a45d74
3 changed files with 7 additions and 1 deletions
@@ -51,6 +51,10 @@ namespace IRaCIS.Core.Application.ViewModel
public DateTime? EndDate { get; set; }
public string? LoginUserName { get; set; }
public UserTypeEnum? LoginUserTypeEnum { get; set; }
}