This commit is contained in:
2022-08-17 00:13:55 +00:00
parent 3df8e056f0
commit a5b13110fe
4 changed files with 5 additions and 18 deletions

View File

@@ -31,6 +31,7 @@ namespace rockfishCore.Models
}
public long Id { get; set; }
public string DbId { get; set; }
public bool Perpetual { get; set; }
public string CompanyName { get; set; }
public string ContactName { get; set; }
public string Notes { get; set; }