This commit is contained in:
2023-01-20 01:28:14 +00:00
parent 33211ee15f
commit 3e4a47fd48
6 changed files with 15 additions and 16 deletions

View File

@@ -33,7 +33,7 @@ namespace Sockeye.Models
public bool RenewNoticeSent { get; set; } = false;
public int Quantity { get; set; } = 1;
public string VendorData { get; set; }
public DateTime? ProcessedDate { get; set; }
public bool Processed { get; set; } = false;//indicates it was processed, false means it should be processed
public string Wiki { get; set; }
public List<string> Tags { get; set; }
//workaround for notification