This commit is contained in:
@@ -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; }
|
||||
|
||||
|
||||
@@ -30,7 +30,7 @@ namespace rockfishCore.Models
|
||||
EmailConfirmCode = "?";
|
||||
}
|
||||
public long Id { get; set; }
|
||||
public Guid DbId { get; set; }
|
||||
public string DbId { get; set; }
|
||||
public string CompanyName { get; set; }
|
||||
public string ContactName { get; set; }
|
||||
public string Notes { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user