parent
6e1965ba79
commit
3beba561fc
5 changed files with 42 additions and 3 deletions
|
|
@ -9,5 +9,11 @@
|
|||
public bool CheckOutEdit { get; set;}
|
||||
|
||||
public string Description { get; set; }
|
||||
|
||||
public string? POI { get; set; } = string.Empty;
|
||||
|
||||
public double? Latitude { get; set; } = 0.0;
|
||||
|
||||
public double? Longitude { get; set; } = 0.0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -37,5 +37,11 @@
|
|||
public string Description { get; set; }
|
||||
|
||||
public int StatusSort { get; set; } = 0;
|
||||
|
||||
public string? POI { get; set; } = string.Empty;
|
||||
|
||||
public double? Latitude { get; set; } = 0.0;
|
||||
|
||||
public double? Longitude { get; set; } = 0.0;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue