增加水准观察类型字段

This commit is contained in:
lhx
2025-10-13 13:59:48 +08:00
parent ccce9ed4b6
commit 2cb20b7d2c
3 changed files with 5 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ class LevelDataImportRequest(BaseModel):
NYID: str
benchmarkids: Optional[str] = None
wsphigh: Optional[str] = None
mtype: Optional[str] = None
createDate: Optional[str] = None
# 沉降数据导入请求
@@ -115,6 +116,7 @@ class LevelDataQueryRequest(BaseModel):
NYID: Optional[str] = None
benchmarkids: Optional[str] = None
wsphigh: Optional[str] = None
mtype: Optional[str] = None
createDate: Optional[str] = None
# 批量导入请求