feat: add DTO classes

This commit is contained in:
2026-02-23 08:31:57 +03:00
parent 7957adab9a
commit 157f725f33
10 changed files with 157 additions and 0 deletions

View File

@@ -36,6 +36,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-jpa</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-validation</artifactId>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>