修复导览点位可见性与构建门禁

This commit is contained in:
cxk
2026-07-20 23:54:19 +08:00
parent 735c5cd1ee
commit 1f89e8b3e0
14 changed files with 499 additions and 168 deletions

View File

@@ -65,6 +65,7 @@ export interface SgsPoiPayload {
y?: number | null
z?: number | null
status?: string | null
visitorVisible?: boolean | null
anchorNodeName?: string | null
description?: string | null
iconUrl?: string | null
@@ -87,6 +88,7 @@ export interface SgsSpacePayload {
center?: SgsPositionPayload | null
sourceNodeName?: string | null
status?: string | null
visitorVisible?: boolean | null
colorHex?: string | null
}