This commit is contained in:
2022-03-05 01:35:07 +00:00
parent 1490e8eaf9
commit 1b406b8a97
2 changed files with 5 additions and 6 deletions

View File

@@ -14,7 +14,7 @@ namespace AyaNova.Models
public uint Concurrency { get; set; }
public List<string> CustomerTags { get; set; }//Tags to match customer with this notification
public TimeSpan AdvanceNotice { get; set; }
public long LinkReportId { get; set; }
public long? LinkReportId { get; set; }
//CREATE NOTIFY EVENT CONDITIONS - Following fields are all conditions set on whether to create a notify event or not
public AyaType AyaType { get; set; }//Note: must be specific object, not global for any object related stuff to avoid many role issues and also potential overload