Initial commit: Robot ökoszisztéma v2.0 - Stabilizált jármű és szerviz robotok
This commit is contained in:
9
backend/app/schemas/service_hunt.py
Executable file
9
backend/app/schemas/service_hunt.py
Executable file
@@ -0,0 +1,9 @@
|
||||
# /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
|
||||
Reference in New Issue
Block a user