feat: deal products comments

This commit is contained in:
2024-11-07 21:33:56 +04:00
parent fced9b8101
commit 151c7767b1
4 changed files with 30 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ class DealProductSchema(BaseSchema):
product: ProductSchema
services: List[DealProductServiceSchema]
quantity: int
comment: str = ""
class DealStatusHistorySchema(BaseSchema):