修改邮件配置为适配多标准
continuous-integration/drone/push Build is passing

This commit is contained in:
2025-06-18 17:14:13 +08:00
parent 918728a42e
commit 3ed74a578e
8 changed files with 19906 additions and 19 deletions
@@ -146,9 +146,6 @@ namespace IRaCIS.Core.Application.ViewModel
public Guid TrialId { get; set; }
public CriterionType? CriterionTypeEnum { get; set; }
public List<UserTypeEnum> ToUserTypeList { get; set; }
public List<UserTypeEnum> CopyUserTypeList { get; set; }
@@ -197,6 +194,9 @@ namespace IRaCIS.Core.Application.ViewModel
public int? EmailDelaySeconds { get; set; }
[Comment("邮件配置的多个标准")]
public List<CriterionType>? CriterionTypeList { get; set; }
}