case 4477
This commit is contained in:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user