parent
6e1965ba79
commit
3beba561fc
5 changed files with 42 additions and 3 deletions
|
|
@ -32,5 +32,14 @@ namespace BMA.EHR.Domain.Models.Leave.TimeAttendants
|
|||
public string? FirstName { get; set; }
|
||||
|
||||
public string? LastName { get; set; }
|
||||
|
||||
|
||||
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