This commit is contained in:
2022-10-26 16:54:03 +08:00
parent ea92a71afd
commit 0819f6c3ef
3 changed files with 75 additions and 5 deletions
@@ -84,7 +84,7 @@ namespace IRaCIS.Core.Application.ViewModel
public string FromName { get; set; } = string.Empty;
public string FromEmail { get; set; }
public string FromEmail { get; set; } = string.Empty;
public List<Guid> ToUserIdList { get; set; }