9 lines
249 B
Python
Executable File
9 lines
249 B
Python
Executable File
# /opt/docker/dev/service_finder/backend/app/schemas/service_hunt.py
|
|
class ServiceHuntRequest(BaseModel):
|
|
name: str
|
|
category_id: int
|
|
address: str
|
|
latitude: float
|
|
longitude: float
|
|
user_latitude: float
|
|
user_longitude: float |