LiveRoomBaseInfo.ets 194 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 export class LiveRoomBaseInfo { /// 房间ID roomID: string = "" ///直播详情id liveID: string = "" ///直播id 来自直播详情模型 mlive 字段 mliveID: string = "" }