fix: List in User response instead of Map
This commit is contained in:
parent
a37f1c2834
commit
177f673696
4 changed files with 21 additions and 4 deletions
|
@ -0,0 +1,9 @@
|
|||
package eu.ztsh.wymiana.web.model;
|
||||
|
||||
import eu.ztsh.wymiana.model.Currency;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public record UserResponse(String name, String surname, String pesel, List<Currency> currencies) {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue