tech.deepdreams.attendance.enums.AbsenceStatus 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 AbsenceStatus {
DEMANDEE, PLANIFIEE, REFUSEE, EN_COURS, TERMINEE, ANNULEE
}