修改发送邮件逻辑
continuous-integration/drone/push Build is passing

This commit is contained in:
he
2025-05-19 13:47:17 +08:00
parent d34be9b07d
commit 814f6fd83c
3 changed files with 50 additions and 8 deletions
@@ -42,13 +42,19 @@ public class UrgentIRUnReadTaskRecurringEvent : DomainEvent
/// </summary>
public class SystemDocumentErverDayEvent : DomainEvent
{
}
public class SystemDocumentPublishEvent : DomainEvent
{
public List<Guid> Ids { get; set; }
/// <summary>
/// 新增的需要发送邮件的用户角色ID列表
/// 如果为null或空,则发送给所有相关角色
/// </summary>
public List<Guid> NewUserTypeIds { get; set; }
}