This commit is contained in:
2020-07-16 15:39:59 +00:00
parent b8db90d65c
commit 12ccca9bd0
2 changed files with 60 additions and 1 deletions

View File

@@ -21,7 +21,7 @@ namespace AyaNova.Models
[Required]
public NotifyEventType EventType { get; set; }
[Required]
public long SubscriptionId { get; set; }
public long SubscriptionId { get; set; }//source subscription that triggered this event to be created
public long? IdValue { get; set; }
public decimal? DecValue { get; set; }
public DateTime? EventDate { get; set; }//date of the event actually occuring, e.g. WarrantyExpiry date. Duped with delivery date as source of truth in case edit to advance setting in subscription changes delivery date