修改发送邮件

This commit is contained in:
不做码农
2021-12-21 21:29:55 +08:00
parent 08d8c2f28a
commit be870c7d0e
4 changed files with 36 additions and 23 deletions

View File

@@ -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; }
}
}