feat: shipping warehouse and cost

This commit is contained in:
2024-07-18 04:57:05 +03:00
parent ba73d5cb09
commit e7235021f9
18 changed files with 148 additions and 1298 deletions

View File

@@ -23,6 +23,7 @@ class ServiceSchema(CustomModelCamel):
price: float
service_type: int
price_ranges: List[ServicePriceRangeSchema]
cost: Optional[int]
# endregion