This commit is contained in:
2022-08-17 00:47:05 +00:00
parent abf31008fe
commit 3b08ba6807
3 changed files with 8 additions and 3 deletions

View File

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