source:
backend/src/main/java/mk/finki/roomreservation/model/ApprovalRequest.java
| Last change on this file was 09e02d7, checked in by , 4 days ago | |
|---|---|
|
|
| File size: 172 bytes | |
| Rev | Line | |
|---|---|---|
| [09e02d7] | 1 | package mk.finki.roomreservation.model; |
| 2 | ||
| 3 | public record ApprovalRequest( | |
| 4 | int reservationId, | |
| 5 | int approverId, | |
| 6 | String decision, | |
| 7 | String note | |
| 8 | ) {} |
Note:
See TracBrowser
for help on using the repository browser.
