#37, #41, #42, #43, #44 Perfil de Personal Administrativo - Listado General de Vacaciones y Filtrado #48

Merged
alex merged 3 commits from Listado-General-Vacaciones into main 2024-10-10 19:56:04 +00:00
Showing only changes of commit 02c0b848af - Show all commits

View File

@ -30,8 +30,6 @@ public class TimeOffRequest extends BaseEntity {
private Date endDate;
private Double daysToBeTake;
private Double daysBalance;
// @OneToMany(fetch = FetchType.EAGER, mappedBy = "request", cascade = {CascadeType.ALL})
// private List<TimeOffRequestEntry> entries;
public enum Status {
ALL,
jesus.pelaez marked this conversation as resolved
Review

borrar codigo comentado

borrar codigo comentado
TAKEN,