观测点增加水准线路字段

This commit is contained in:
lhx
2025-10-14 10:38:47 +08:00
parent 3cae35fbc2
commit 52891cfb76
5 changed files with 9 additions and 2 deletions

View File

@@ -86,7 +86,8 @@ class SectionDataService(BaseService[SectionData]):
"point_id": cp.point_id,
"aname": cp.aname,
"burial_date": cp.burial_date,
"section_id": cp.section_id
"section_id": cp.section_id,
"linecode": cp.linecode
} for cp in checkpoints
]
}