Updated response of communication API

This commit is contained in:
rajesh
2025-10-14 19:41:00 +05:30
parent c5cc2988ca
commit 47907dbee3
6 changed files with 42 additions and 28 deletions

View File

@@ -15,6 +15,7 @@ public class AppointmentCreationRequest {
private Long id;
private String ndg;
private List<RichiestaCliente> richiestaCliente;
private LocalDateTime dataAppuntamento;
}
@Data