version 3

This commit is contained in:
2025-12-17 00:34:41 +03:30
parent 139924db94
commit 74e8480a68
38 changed files with 5399 additions and 70 deletions

View File

@@ -7,8 +7,8 @@ public sealed class AlertNotification
public Device Device { get; set; } = null!;
public int UserId { get; set; }
public User User { get; set; } = null!;
public int AlertConditionId { get; set; }
public AlertCondition AlertCondition { get; set; } = null!;
public int? AlertConditionId { get; set; }
public AlertCondition? AlertCondition { get; set; }
public AlertNotificationType NotificationType { get; set; } // Call or SMS
public string Message { get; set; } = string.Empty;
public string? MessageOutboxIds { get; set; } // JSON array of message outbox IDs (for SMS)