student-30864-patch-1 #11

Closed
student-30864 wants to merge 19 commits from student-30864/NTO-2025-Backend-TeamTask-1:student-30864-patch-1 into main
Showing only changes of commit 9b9cd08836 - Show all commits

View File

@@ -1,11 +0,0 @@
package com.example.nto.dto;
/**
* Тело запроса для POST /api/{code}/book
* {
* "date": "2025-01-05",
* "placeId": 1
* }
*/
public record BookingRequestDto(String date, Long placeId) {
}