Modeling first attempt for DB

This commit is contained in:
Matthias Engelien
2024-09-08 16:38:17 +02:00
parent a0cf2d1854
commit 6985e0ea87
8 changed files with 123 additions and 11 deletions

View File

@@ -13,8 +13,6 @@ public class Appointment {
@Id
private Long id;
private Garage garage;
private String serviceCode;
private String serviceName;