处理邮件延迟发送配置

This commit is contained in:
2024-10-24 10:29:41 +08:00
parent acf9709d3a
commit 293a8bce31
2 changed files with 5 additions and 1 deletions
@@ -127,6 +127,8 @@ namespace IRaCIS.Core.Application.Contracts
public SysEmailLevel SystemLevel { get; set; }
public int? EmailDelaySeconds { get; set; }
}