This commit is contained in:
he
2023-02-13 15:45:12 +08:00
parent 087a834661
commit 855f4980d5
4 changed files with 49 additions and 2 deletions
+6 -1
View File
@@ -349,7 +349,12 @@ namespace IRaCIS.Core.Domain.Models
/// <summary>
/// SMTP端口
/// </summary>
public int? EmailSMTPServerPort { get; set; }
public int? EmailSMTPServerPort { get; set; }
/// <summary>
/// 是否配置过邮箱
/// </summary>
public bool IsConfigureEmail { get; set; } = false;
#endregion
///// <summary>