为讲解业务单元接入预览封面

This commit is contained in:
lyf
2026-07-03 02:31:27 +08:00
parent c146beba9e
commit db7a14329f
44 changed files with 1254 additions and 17 deletions

View File

@@ -205,6 +205,7 @@ export interface ExplainBusinessUnit {
id: string
name: string
hallId: string
previewImageUrl?: string
guideStopCount: number
stops: ExplainGuideStop[]
}