Fix mapper + DTO

This commit is contained in:
DmitriiCravcenco
2023-10-05 19:14:28 +03:00
parent e17eb3deec
commit a6ed3794fe
11 changed files with 51 additions and 18 deletions

View File

@@ -6,8 +6,9 @@ import lombok.Data;
@Data
@AllArgsConstructor
public class UserDTO {
private String uuid;
private String name;
private String surname;
private String username;
}