export interface IResponseData { ret: number; returnObj: any; requestId: string; action: string; module: string; monitorFlag?: string; }