update dto
This commit is contained in:
@@ -7,4 +7,7 @@ import lombok.Data;
|
||||
@AllArgsConstructor
|
||||
public class UserCreationDTO {
|
||||
private String uuid;
|
||||
private String name;
|
||||
private String surname;
|
||||
private String username;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user