|
Last change
on this file was 09e02d7, checked in by Nikola Sarafimov <sarafimov.nikola12345@…>, 4 days ago |
|
Final room reservation system implementation
|
-
Property mode
set to
100644
|
|
File size:
256 bytes
|
| Rev | Line | |
|---|
| [09e02d7] | 1 | package mk.finki.roomreservation.model;
|
|---|
| 2 |
|
|---|
| 3 | public record SearchRoomsRequest(
|
|---|
| 4 | String reservationDate,
|
|---|
| 5 | String startTime,
|
|---|
| 6 | String endTime,
|
|---|
| 7 | Integer minimumCapacity,
|
|---|
| 8 | String roomType,
|
|---|
| 9 | String requiredEquipmentName
|
|---|
| 10 | ) {} |
|---|
Note:
See
TracBrowser
for help on using the repository browser.