This commit is contained in:
2021-01-01 18:37:05 +00:00
parent e5ddf8207d
commit 4dcc774745
5 changed files with 98 additions and 35 deletions

View File

@@ -45,6 +45,14 @@ namespace AyaNova.Models
public string Text3 { get; set; }
public string Text4 { get; set; }
//PHYSICAL ADDRESS
public string Address { get; set; }
public string City { get; set; }
public string Region { get; set; }
public string Country { get; set; }
public decimal? Latitude { get; set; }
public decimal? Longitude { get; set; }
public Unit()
{
Tags = new List<string>();