会议回放,观看直播与会议

This commit is contained in:
XiuYun CHEN
2025-05-19 16:42:50 +08:00
parent f44649d8dc
commit f821535e18
25 changed files with 725 additions and 55 deletions
@@ -1,4 +1,10 @@
export class DataWebModel {
url: string = '';
title: string = '';
}
export class DataWebModels extends DataWebModel {
type:string=''
}