feat: service category deleting
This commit is contained in:
@@ -40,7 +40,7 @@ class ServiceSchema(BaseSchema):
|
|||||||
category_prices: List[ServiceCategoryPriceSchema]
|
category_prices: List[ServiceCategoryPriceSchema]
|
||||||
cost: Optional[int]
|
cost: Optional[int]
|
||||||
rank: str
|
rank: str
|
||||||
is_placeholder: bool = False
|
is_placeholder: Optional[bool] = False
|
||||||
|
|
||||||
|
|
||||||
# endregion
|
# endregion
|
||||||
|
|||||||
Reference in New Issue
Block a user