fix LeaveBeggining Add รายการใหม่เมื่อมีการตรวจสอบ auto ไม่ต้องใช้ cronjob เพราะว่ารายการจะเขอะเกินไป

This commit is contained in:
Suphonchai Phoonsawat 2025-04-29 15:21:42 +07:00
parent 746f435ca8
commit 749b2b68a1
3 changed files with 172 additions and 83 deletions

View file

@ -28,6 +28,8 @@
public double RestDayTotalOld { get; set; }
public double RestDayTotalCurrent { get; set; }
public DateTime BirthDate { get; set; }
public DateTime? DateAppoint { get; set; }