This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user