fix #1547 **** รอรัน migration อีกครั้ง *****

fix #1520
This commit is contained in:
Suphonchai Phoonsawat 2025-05-16 10:33:38 +07:00
parent 6e1965ba79
commit 3beba561fc
5 changed files with 42 additions and 3 deletions

View file

@ -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;
}
}