feat: deal products comments
This commit is contained in:
@@ -70,6 +70,7 @@ class DealProductSchema(BaseSchema):
|
||||
product: ProductSchema
|
||||
services: List[DealProductServiceSchema]
|
||||
quantity: int
|
||||
comment: str = ""
|
||||
|
||||
|
||||
class DealStatusHistorySchema(BaseSchema):
|
||||
|
||||
Reference in New Issue
Block a user