fixed bug with logistics
This commit is contained in:
@ -290,7 +290,7 @@ class LogisticsEventCreate(BaseModel):
|
||||
transaction_type: str
|
||||
|
||||
class SlotSchema(BaseModel):
|
||||
id: str
|
||||
id: int
|
||||
qr_code: str
|
||||
label: str
|
||||
qr_base: Optional[str]
|
||||
|
Reference in New Issue
Block a user