修改
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user