feat: adding services kit to deal
This commit is contained in:
@ -45,6 +45,12 @@ class ProductServicesDuplicateRequest(BaseSchema):
|
||||
target_deal_product_ids: list[int]
|
||||
|
||||
|
||||
class DealProductAddKitRequest(BaseSchema):
|
||||
deal_id: int
|
||||
product_id: int
|
||||
kit_id: int
|
||||
|
||||
|
||||
# endregion
|
||||
|
||||
# region Response
|
||||
@ -66,4 +72,8 @@ class ProductServicesDuplicateResponse(BaseResponse):
|
||||
pass
|
||||
|
||||
|
||||
class DealProductAddKitResponse(BaseResponse):
|
||||
pass
|
||||
|
||||
|
||||
# endregion
|
||||
|
||||
Reference in New Issue
Block a user