create order and change order status

This commit is contained in:
Patryk
2025-05-20 22:25:00 +02:00
parent 65524d0f25
commit c642f6f87b
9 changed files with 145 additions and 5 deletions

View File

@@ -33,5 +33,5 @@ public class Client {
// private List<Notice> notices;
@OneToMany(mappedBy = "client", cascade = CascadeType.ALL)
private List<Orders> orders;
private List<Order> orders;
}