讲解对象列表接入展厅分页接口
Some checks failed
CI / verify (push) Has been cancelled

This commit is contained in:
lyf
2026-07-17 18:27:24 +08:00
parent 7267dfcac1
commit cf6ad02318
18 changed files with 682 additions and 409 deletions

View File

@@ -244,6 +244,14 @@ export interface ExplainGuideStop {
playTargetId?: string
}
export interface ExplainGuideStopPage {
items: ExplainGuideStop[]
total: number
pageNo: number
pageSize: number
hasMore: boolean
}
export interface ExplainBusinessUnit {
id: string
name: string