feat: deal tags
This commit is contained in:
@ -5,6 +5,7 @@ from modules.clients.schemas.client import ClientSchema
|
||||
from schemas.base import BaseSchema, BaseResponse, PaginationInfoSchema
|
||||
from schemas.board import BoardSchema
|
||||
from schemas.deal_group import DealGroupSchema
|
||||
from schemas.deal_tag import DealTagSchema
|
||||
from schemas.status import StatusSchema
|
||||
|
||||
|
||||
@ -19,6 +20,7 @@ class DealSchema(BaseSchema):
|
||||
board: BoardSchema
|
||||
created_at: datetime
|
||||
group: Optional[DealGroupSchema]
|
||||
tags: list[DealTagSchema]
|
||||
# FF module
|
||||
products_quantity: int = 0
|
||||
total_price: float = 0
|
||||
|
||||
Reference in New Issue
Block a user