合并展示馆内空间点位和业务点位
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-07 04:06:38 +08:00
parent 347efd3007
commit eaec80bdc3
5 changed files with 66 additions and 13 deletions

View File

@@ -15,6 +15,9 @@ export interface GuideRenderPoi {
kind?: MuseumPoiKind
hallId?: string
hallName?: string
spaceId?: string
sourcePlaceId?: string
sourceSpaceId?: string
entrances?: MuseumPoiEntrance[]
}