update dto

This commit is contained in:
mirrerror
2023-10-05 14:08:37 +03:00
parent 5350fc3adf
commit 735b2bc90c
9 changed files with 43 additions and 4 deletions

View File

@@ -7,4 +7,7 @@ import lombok.Data;
@AllArgsConstructor
public class UserCreationDTO {
private String uuid;
private String name;
private String surname;
private String username;
}