ReportingData.ets 97 Bytes Raw Blame History Permalink 1 2 3 4 export class ReportingData { type: string; detail?: string; // 上报数据,格式为json }