feat: groups
This commit is contained in:
@ -4,6 +4,7 @@ from typing import Optional
|
||||
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.status import StatusSchema
|
||||
|
||||
|
||||
@ -17,6 +18,7 @@ class DealSchema(BaseSchema):
|
||||
status: StatusSchema
|
||||
board: BoardSchema
|
||||
created_at: datetime
|
||||
group: Optional[DealGroupSchema]
|
||||
# FF module
|
||||
products_quantity: int = 0
|
||||
total_price: float = 0
|
||||
|
||||
Reference in New Issue
Block a user