feat: setting default attributes after deal creating

This commit is contained in:
2025-10-28 17:20:48 +04:00
parent 9b109a7270
commit 0e8c9077c9
5 changed files with 47 additions and 2 deletions

View File

@ -30,6 +30,7 @@ class DealSchema(BaseSchema):
class CreateDealSchema(BaseSchema):
name: str
project_id: int
board_id: int
lexorank: str
status_id: int