feat(sensor): 同步监测点优化到客户版

This commit is contained in:
2026-08-04 14:55:37 +08:00
parent 4ced14ee04
commit 41bf5e9d92
10 changed files with 1473 additions and 669 deletions
+4
View File
@@ -67,6 +67,10 @@ class SensorPlacementExportRequest(BaseModel):
class SensorPointResponse(BaseModel):
node_id: str
max_pipe_diameter: float | None = Field(
...,
description="节点关联管道的最大管径,单位:毫米",
)
project_x: float
project_y: float
map_x: float