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
9
BMA.EHR.Leave.Service/DTOs/POI/GetPOIDto.cs
Normal file
9
BMA.EHR.Leave.Service/DTOs/POI/GetPOIDto.cs
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
namespace BMA.EHR.Command.Service.DTOs.POI
|
||||
{
|
||||
public class GetPOIDto
|
||||
{
|
||||
public double Lat { get; set; } = 0;
|
||||
|
||||
public double Lon { get; set; } = 0;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue