case 4477

This commit is contained in:
2023-03-08 21:23:16 +00:00
parent bf1b78ebe9
commit 93dd8f5e49
5 changed files with 65 additions and 10 deletions

View File

@@ -43,7 +43,11 @@ namespace AyaNova.Models
[NotMapped]
public long? LastWorkOrderViz { get; set; }
[NotMapped]
public long? LastWorkOrderCompletedViz { get; set; }
[NotMapped]
public DateTime? LastServiceDateViz { get; set; }
[NotMapped]
public DateTime? LastServiceDateCompletedViz { get; set; }
public string Phone1 { get; set; }
public string Phone2 { get; set; }
public string Phone3 { get; set; }