Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-04-18 15:05:03 +02:00
parent c9a86dbd96
commit 425e30e4fa
5 changed files with 5 additions and 7 deletions
@@ -1,6 +1,8 @@
/* © SRSoftware 2025 */
package de.srsoftware.umbrella.core.model;
import static java.text.MessageFormat.format;
import de.srsoftware.tools.Mappable;
import de.srsoftware.umbrella.core.constants.Field;
import java.sql.ResultSet;
@@ -12,8 +14,6 @@ import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import static java.text.MessageFormat.format;
public class Transaction implements Mappable {
private long accountId, id;
private LocalDateTime date;