hljhkjh
This commit is contained in:
parent
03698af809
commit
4af9e80a5f
|
|
@ -27,8 +27,14 @@ namespace AyCode.Entities.Locations
|
|||
|
||||
[Key, DatabaseGenerated(DatabaseGeneratedOption.None)]
|
||||
public Guid Id { get; set; }
|
||||
[DataType(DataType.Custom)]
|
||||
[Display(Name = "Longitude")]
|
||||
public double Longitude { get; set; }
|
||||
[DataType(DataType.Custom)]
|
||||
[Display(Name = "Latitude")]
|
||||
public double Latitude { get; set; }
|
||||
[DataType(DataType.Text)]
|
||||
[Display(Name = "Address")]
|
||||
public string? Address { get; set; }
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue