correction multiple

This commit is contained in:
mepiphana2023
2025-07-16 16:45:52 +02:00
parent dff2b033c6
commit d803446144
7 changed files with 10 additions and 16 deletions

View File

@@ -27,7 +27,6 @@ public class Facture {
@Field(name = "DATEPAY")
private Date datePay;
@DBRef
@Field(name = "CLIENTS")
private Client client;
}