package com.aleprimo.Booking_System_App.entity.enums; public enum BookingStatus { PENDING, CONFIRMED, CANCELLED }