修改发送邮件
This commit is contained in:
@@ -13,6 +13,10 @@ namespace Infrastructure.Model
|
||||
public string ToUser { get; set; }
|
||||
public string Content { get; set; } = "";
|
||||
public string HtmlContent { get; set; }
|
||||
/// <summary>
|
||||
/// 是否发送给自己
|
||||
/// </summary>
|
||||
public bool SendMe { get; set; }
|
||||
public DateTime AddTime { get; set; }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user