This commit is contained in:
2020-07-16 00:04:04 +00:00
parent 222ddd7077
commit 9720dc9464
5 changed files with 91 additions and 82 deletions

View File

@@ -24,7 +24,8 @@ namespace AyaNova.Models
public long SubscriptionId { get; set; }
public long? IdValue { get; set; }
public decimal? DecValue { get; set; }
public DateTime? EventDate { 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
public DateTime? DeliverDate { get; set; }//date user wants the event notification delivered, usually same as event date but could be set earlier if Advance setting in effect. This is the date consulted for delivery only.
public string Message { get; set; }