source: src/main/java/finki/it/terapijamkbackend/spring/entities/AppointmentInfoStatus.java

Last change on this file was 743de55, checked in by macagaso <gasoskamarija@…>, 6 weeks ago

Initial commit

  • Property mode set to 100644
File size: 353 bytes
Line 
1package finki.it.terapijamkbackend.spring.entities;
2
3public enum AppointmentInfoStatus {
4 cancelledAppointmentByUser,//appointmentot go otkazhuva user
5 cancelledAppointmentByAdmin,//appointmentot go otkazhuva admin
6 cancelledRequest, //requestot e izbrishan od userot
7 rejected,//requestot e izbrishan od adminot
8 carried_out//sproveden
9}
Note: See TracBrowser for help on using the repository browser.