api was implemented
Some checks failed
Android Test / validate-and-test (pull_request) Has been cancelled

This commit is contained in:
lavatee
2025-12-11 23:37:20 +07:00
parent 83b3202ea2
commit 24acc3aa02
17 changed files with 324 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
package com.example.nto.dto;
public record BookingInfoDto(long id, String place) {
}