feat: deals filters

This commit is contained in:
2025-09-01 17:54:45 +04:00
parent 93141da22c
commit 57c3ada2fa
8 changed files with 90 additions and 14 deletions

View File

@ -12,6 +12,7 @@ class DealSchema(BaseSchema):
name: str
lexorank: str
status_id: int
board_id: int
created_at: datetime