feat: Model

This commit is contained in:
Piotr Dec 2024-05-20 23:57:25 +02:00
parent ae7d965a6d
commit c087081d25
Signed by: stawros
GPG key ID: F89F27AD8F881A91
2 changed files with 12 additions and 0 deletions

View file

@ -0,0 +1,5 @@
package eu.ztsh.wymiana.model;
public record Currency(String symbol, double amount) {
}