tech.deepdreams.attendance.enums.AttendanceStatus 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 AttendanceStatus {
PRESENT, ABSENT
}