feat: service deleting and rest categories placeholders

This commit is contained in:
2024-10-09 02:02:26 +03:00
parent 9a2ec02ac4
commit 7ee4ce36ce
4 changed files with 55 additions and 9 deletions

View File

@@ -40,6 +40,7 @@ class ServiceSchema(BaseSchema):
category_prices: List[ServiceCategoryPriceSchema]
cost: Optional[int]
rank: str
is_placeholder: bool = False
# endregion