This commit is contained in:
2020-06-23 18:20:51 +00:00
parent 1e87f9b077
commit 93db555bb7
6 changed files with 11 additions and 9 deletions

View File

@@ -20,7 +20,7 @@ namespace rockfishCore.Models
public string FetchFrom { get; set; }
public long? DtFetched { get; set; }
public bool Fetched { get; set; }
public Guid DbId { get; set; }
public string DbId { get; set; }
public long DtLicenseExpiration { get; set; }
public long DtMaintenanceExpiration { get; set; }