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; }

View File

@@ -62,7 +62,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; }
[NotMapped]
public string LastMeterNotesViz { get; set; }
@@ -76,7 +80,7 @@ namespace AyaNova.Models
public string Address { get; set; }
public string City { get; set; }
public string Region { get; set; }
public string Country { get; set; }
public string Country { get; set; }
public string AddressPostal { get; set; }
public decimal? Latitude { get; set; }
public decimal? Longitude { get; set; }