source: sources/app/src/main/java/parkup/data/enumarations/EmployeeStatus.java@ 9ff45d6

Last change on this file since 9ff45d6 was 9ff45d6, checked in by andrejTavchioski <andrej.tavchioski@…>, 3 years ago

Fixed some functionalities related to parkingSessions and parkingZones

  • Property mode set to 100644
File size: 125 bytes
Line 
1package parkup.data.enumarations;
2
3public enum EmployeeStatus {
4 WORKING,
5 NOT_WORKING,
6 VACATION,
7 PAID_LEAVE
8}
Note: See TracBrowser for help on using the repository browser.