This commit is contained in:
2020-06-11 19:52:47 +00:00
parent cbd9d8ece9
commit 0b9e93e338
3 changed files with 70 additions and 8 deletions

View File

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

View File

@@ -14,7 +14,7 @@ namespace rockfishCore.Models
public partial class TrialRequest
{
public long Id { get; set; }
public string DbId { get; set; }
public Guid DbId { get; set; }
public string CompanyName { get; set; }
public string ContactName { get; set; }
public string Notes { get; set; }