add dto, refactor names, update controllers

This commit is contained in:
mirrerror
2023-10-05 13:13:53 +03:00
parent eca2b68ad9
commit 5350fc3adf
17 changed files with 237 additions and 32 deletions

View File

@@ -10,7 +10,7 @@ import lombok.Data;
public class User {
@Id
@Column(table = "users", name = "user_uuid")
private String userUuid;
private String uuid;
private String name;
private String surname;