Add LeaveTotal property to LeaveRequest DTOs for better leave tracking #2245
All checks were successful
Build & Deploy Leave Service / build (push) Successful in 1m13s

This commit is contained in:
Suphonchai Phoonsawat 2026-01-26 22:58:37 +07:00
parent 982dfc33d1
commit 4f28b4e9e0
3 changed files with 7 additions and 1 deletions

View file

@ -37,5 +37,7 @@
public bool? HajjDayStatus { get; set; }
public string? ProfileType { get; set; }
public double LeaveTotal { get; set; }
}
}