fix datatypes, add poster image

This commit is contained in:
hilfe 2024-02-08 11:03:25 +01:00
parent 05e7abf77f
commit cd80cafab9
4 changed files with 5 additions and 3 deletions

View file

@ -21,7 +21,7 @@ class Customer:
@dataclass
class Order:
id: str
customer: Customer.id
customer_id: Customer.id
invoice_amount: int
order_date: str # Assuming timestamp as a string for simplicity