This commit is contained in:
2021-11-04 23:52:28 +00:00
parent a899d880c2
commit 384365af8b
11 changed files with 17 additions and 13 deletions

View File

@@ -40,9 +40,9 @@ namespace AyaNova.Models
public string ContractViz { get; set; }
public DateTime? ContractExpires { get; set; }
[NotMapped]
public long? LastCompletedWorkOrderViz { get; set; }
public long? LastWorkOrderViz { get; set; }
[NotMapped]
public DateTime? LastCompletedServiceDateViz { get; set; }
public DateTime? LastServiceDateViz { get; set; }
public string Phone1 { get; set; }
public string Phone2 { get; set; }
public string Phone3 { get; set; }