增加邮件查询条件

This commit is contained in:
2024-11-04 17:22:15 +08:00
parent fed21316df
commit 31fdedb033
4 changed files with 27 additions and 4 deletions
@@ -108,6 +108,14 @@ namespace IRaCIS.Core.Application.ViewModel
public string SortField { get; set; } = string.Empty;
public bool Asc { get; set; }
public bool? IsEnable { get; set; }
public int? EmailUrgentEnum { get; set; }
public UserTypeEnum? ToUserType { get; set; }
public UserTypeEnum? CopyUserType { get; set; }
}