export interface caseDetailObj { case_no?: string; identification_user?: string; identification_time?: string; handle_status_id?: number; handle_status_name?: string; countyname?: string; streetname?: string; communityname?: string; address?: string; lng?: number; lat?: number; area?: number; typename?: string; remark?: string; case_description?: string; } export interface infoObj{ createusername?: string; createtime?:string; verifystatusname?:string; measure_name?:string; result_name?: string; contacts_people?: string; contacts_phone?: string; actual_scene_case?: string; actual_use_to?: string; pseudo_change_reason?: string; actual_area?: string; is_have_build?: number; is_forever_build?: number; illegal_contact?: string; is_build_complete?: number; is_have_checkout_condition?: number; illegal_contact_phone?: string; build_structure?: string; illegal_type?: string; remark?: string; transactor_name?: string; transact_time?: string; evidence_file_name?: string; evidence_file_number?: string; evidence_file_indate?: string; illegal_contact_idcard?: string; registr_number?: string; procedure_indate?:string; } export interface caseHandleInfoObj { info:infoObj is_illegal?: string; }