This commit is contained in:
2021-07-20 00:04:41 +00:00
parent 1ac224c43f
commit 9d5321c4e3
2 changed files with 43 additions and 24 deletions

View File

@@ -34,7 +34,19 @@ namespace AyaNova.Models
[NotMapped]
public string UnitDescriptionViz { get; set; }
//PHYSICAL ADDRESS
[NotMapped]
public string AddressViz { get; set; }
[NotMapped]
public string CityViz { get; set; }
[NotMapped]
public string RegionViz { get; set; }
[NotMapped]
public string CountryViz { get; set; }
[NotMapped]
public decimal? LatitudeViz { get; set; }
[NotMapped]
public decimal? LongitudeViz { get; set; }
//workaround for notification
[NotMapped, JsonIgnore]