添加获取项目信息接口及相关数据模型

This commit is contained in:
2026-03-17 18:27:58 +08:00
parent 2ea5ce14ba
commit c5d3075ae2
4 changed files with 81 additions and 1 deletions
+1
View File
@@ -18,6 +18,7 @@ class ProjectMetaResponse(BaseModel):
code: str
description: Optional[str]
gs_workspace: str
map_extent: Optional[dict]
status: str
project_role: str
geoserver: Optional[GeoServerConfigResponse]