add duty-time and poi (จาก google maps ไปก่อน)
This commit is contained in:
parent
43932f742b
commit
78f8c0813c
30 changed files with 3395 additions and 4 deletions
13
BMA.EHR.Leave.Service/DTOs/POI/POIResultDto.cs
Normal file
13
BMA.EHR.Leave.Service/DTOs/POI/POIResultDto.cs
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
namespace BMA.EHR.Command.Service.DTOs.POI
|
||||
{
|
||||
public class POIResultDto
|
||||
{
|
||||
public string Id { get; set; } = string.Empty;
|
||||
|
||||
public string Name { get; set; } = string.Empty;
|
||||
|
||||
public double Latitude { get; set; } = 0;
|
||||
|
||||
public double Longitude { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue