feat(sensor): 同步监测点优化到客户版
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user