Merge remote-tracking branch 'origin/productComment'

This commit is contained in:
2024-11-09 08:35:38 +03:00
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):