tech.deepdreams.attendance.enums.LeaveStatus Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of attendance-events Show documentation
Show all versions of attendance-events Show documentation
HR attendance events project for Spring Boot
The newest version!
package tech.deepdreams.attendance.enums;
public enum LeaveStatus {
DEMANDE, PLANIFIE, REFUSE, EN_COURS, TERMINE, ANNULE
}