This commit is contained in:
2020-06-18 13:45:12 +00:00
parent e5858bebd1
commit 7f65c843e0
4 changed files with 27 additions and 20 deletions

View File

@@ -18,6 +18,8 @@ namespace rockfishCore.Models
public long? DtFetched { get; set; }
public bool Fetched { get; set; }
public Guid DbId { get; set; }
public long DtLicenseExpiration { get; set; }
public long DtMaintenanceExpiration { get; set; }
}
}