This commit is contained in:
2021-06-17 18:22:36 +00:00
parent 0415565d17
commit 476b90053b
5 changed files with 24 additions and 4 deletions

View File

@@ -56,6 +56,10 @@ namespace AyaNova.Models
[NotMapped]
public string ContractViz { get; set; }
//redundant field to speed up list queries
//(added after status system already coded)
public long? LastStatusId { get; set; }
//POSTAL ADDRESS / "BILLING ADDRESS"
public string PostAddress { get; set; }