changed shipment_id to integers

This commit is contained in:
GotthardG
2024-11-09 08:11:03 +01:00
parent 744a365bfc
commit d5c7e7e6f3
5 changed files with 78 additions and 7 deletions

View File

@ -138,7 +138,7 @@ class Proposal(BaseModel):
# Shipment schemas
class Shipment(BaseModel):
shipment_id: str
shipment_id: int
shipment_name: str
shipment_date: date
shipment_status: str