Story 3 and Story 4 finished

This commit is contained in:
Matthias Engelien
2024-09-11 22:43:38 +02:00
parent 97d86cd11a
commit a2164a0eb3
9 changed files with 264 additions and 36 deletions

View File

@@ -20,6 +20,9 @@ public class Appointment {
@Column("GARAGE_ID")
private AggregateReference<Garage, Long> garageId;
@Column("SERVICE_ID")
private AggregateReference<MDService, Long> serviceId;
private String serviceCode;
private String serviceName;