H5ReceiveDataJsonBean.ets 264 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 13 import { ResponseBean } from './ResponseBean'; export interface H5ReceiveDataJsonBean { contentId: string; contentType: string; topicId: string; channelId: string; compId: string; sourcePage: string; netError: string; responseMap: ResponseBean; }