declare namespace companyListType { type addFormType = { full_name ?: String, registration_number ?: String, establishment_date ?: String, contact ?: String, phone ?: String, mobile ?: String, email ?: String, fax ?: String, website ?: String, province ?: Number, city ?: Number, district ?: Number, street ?: Number, address ?: String, industry ?: Number, nature ?: Number, scale ?: Number, introduction ?: String, photo ?: String, photo_status ?: Number, license_path ?: String, license_status : '', login_name ?: String, login_pwd ?: String, company_photos ?: Object[], status ?: Number, longitude?: Number, latitude?: Number, } type addOtherFormType = { describe_content ?: String, daoqi_date ?: String, company_jiguan_cascader ?: String, company_suozaidi_cascader ?: String, } }