中智HR数字化分析平台
  1. 企业线
中智HR数字化分析平台
  • 登录
    • 登录接口
      GET
    • 获取验证码图片
      GET
  • 公司查询接口
    • 天眼查开放接口
      GET
    • 公司查询接口
      GET
    • 公司内部查询接口
      POST
  • 模板
    • 模板数据请求
      POST
    • 保存模板接口
      POST
  • 基础数据
    • 获取省份接口
      POST
    • 基础信息查询接口
      GET
    • 获取行业子类
      GET
    • 查询省下面的市
      POST
  • 任务
    • 企业线
      • 导出原始数据
        POST
      • 企业列表查询接口
        POST
      • 查询数据池数据
        POST
      • 保存数据池
        POST
      • 数据池管理查询接口
        POST
      • 加入客户数据(复制员工信息)
        POST
      • 查询报告制作数据池
        POST
      • 企业统计接口1
        GET
      • 企业统计接口
        GET
    • 获取处理人员清单
      GET
    • 获取临时任务信息
      GET
    • 删除暂存数据
      GET
    • 获取主任务信息
      GET
  • 过往合作
    • 过往合作客户视角查询
    • 查询过往合作数据
  • 其他
    • 附件上传接口
    • 暂存接口
    • 获取模板清单
    • ??模板接口??
    • 获取选中模板的内容
    • 获取模板指标接口
    • 人社数据导出接口
    • 根据学历查询人社数据
  • 上市公司
    • 模板管理
      • 删除查询模板数据
      • 删除指标模板数据
      • 删除统计模板数据
      • 获取查询模板
      • 获取指标模板
      • 获取统计模板
      • 保存查询模板接口
      • 保存统计模板接口
      • 更新统计模板接口
      • 保存指标模板接口
      • 分享模板接口
      • 获取分享模板
    • 基础数据
      • 获取下拉选项数据
      • 获取指标字段
      • 获取指标字段 (仅指标和口径)
      • 获取指标字段 (文本)
      • 根据指标名称模糊匹配数字类指标
    • 样本及标签
      • 删除样本
      • 清空用户样本
      • 保存企业样本信息
      • 保存全部企业样本信息
      • 根据用户获取样本数据
      • 全部标记标签
      • 查询标签企业
    • 标签
      • 更新标签类别
      • 保存企业标签
      • 删除企业标签
      • 新增标签类别
      • 删除标签类别
      • 添加标签
      • 修改标签
      • 删除标签
      • 获取标签类别
      • 获取标签
    • 企业样本筛选查询接口
    • 校验自定义指标接口
  • 人社线
    • 数据预览
      • 人社线-数据预览-企业列表接口
      • 人社线-数据预览-企业数据统计
      • 人社线-数据预览-职工数据统计
    • 数据剔除
      • 人社线-职位薪酬-学历
      • 人社线-职位薪酬-职业类别
      • 人社线-职位薪酬-岗位等级小类
      • 人社线-人工成本结构
      • 人社线-人工成本效能
      • 剔除人社数据
      • 获取剔除数据
      • 保存剔除数据
      • 取消剔除
    • 维度
      • 人社线维度模板导出
      • 人社线维度模板导入
      • 保存维度表头
      • 获取维度表头
      • 获取维度清单
    • 导出
      • 获取人工成本下拉
      • 获取职工下拉
      • 保存报表参数
      • 获取报表参数
      • 导出人工成本水平
      • 导出人工成本效益
      • 导出职工表
      • 保存维度参数
      • 获取维度参数
  1. 企业线

企业列表查询接口

开发中
POST
/enterprise/information/getEnterpriseInformationPage

请求参数

Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token
示例:
Authorization: Bearer ********************
Body 参数application/json
enterpriseNameList
string 
必需
enterpriseName
string 
必需
year
array[string]
必需
ciicIndustry
array[string]
必需
ciicIndustryDetail
array[string]
必需
gbIndustry
array[string]
必需
gbIndustryDetail
array[string]
必需
provinceName
array[string]
必需
cityName
array[string]
必需
natureEnterprise
array[string]
必需
dataSources
array[string]
必需
investmentCountry
array[string]
必需
cityName1
array[string]
必需
subTaskId
integer 
必需
page
integer 
必需
rows
integer 
必需
type
integer 
必需
示例
{
    "enterpriseNameList": "",
    "enterpriseName": "",
    "year": [],
    "ciicIndustry": [],
    "ciicIndustryDetail": [],
    "gbIndustry": [],
    "gbIndustryDetail": [],
    "provinceName": [],
    "cityName": [],
    "natureEnterprise": [],
    "dataSources": [],
    "investmentCountry": [],
    "cityName1": [],
    "subTaskId": 7551,
    "page": 1,
    "rows": 100,
    "type": 0
}

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:9999/api1/enterprise/information/getEnterpriseInformationPage' \
--header 'Content-Type: application/json' \
--data-raw '{
    "enterpriseNameList": "",
    "enterpriseName": "",
    "year": [],
    "ciicIndustry": [],
    "ciicIndustryDetail": [],
    "gbIndustry": [],
    "gbIndustryDetail": [],
    "provinceName": [],
    "cityName": [],
    "natureEnterprise": [],
    "dataSources": [],
    "investmentCountry": [],
    "cityName1": [],
    "subTaskId": 7551,
    "page": 1,
    "rows": 100,
    "type": 0
}'

返回响应

🟢200成功
application/json
Body
code
string 
必需
msg
string 
必需
data
object 
必需
total
integer 
必需
size
integer 
必需
current
integer 
必需
pages
integer 
必需
records
array [object {16}] 
必需
示例
{
    "code": "200",
    "msg": "success",
    "data": {
        "total": 200,
        "size": 100,
        "current": 1,
        "pages": 2,
        "records": [
            {
                "id": 203,
                "uuid": "8B81A8D1-C131-432F-8A97-EC4EFC9D2AF3",
                "companyCode": "code20191403217SC",
                "companyName": " 上海音智达信息技术有限公司",
                "year": "2020",
                "dataSource": "上市公司",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "民营企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "交通运输行业",
                "industrySegmentation": "货代",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 11,
                "uuid": "4E5F4687-0502-4FE7-83AE-0C94D3005FE2",
                "companyCode": "code20201422420SC",
                "companyName": "name2111",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "浙江省",
                "city": "嘉兴市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "其他行业",
                "industrySegmentation": "其他行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 12,
                "uuid": "73E7CB18-BB54-45FC-9513-B94CEA2041B4",
                "companyCode": "code20201422315SC",
                "companyName": "name2112",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "无锡市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "能源化工行业",
                "industrySegmentation": "精细化工",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 13,
                "uuid": "A992A089-38A8-4A07-BDB4-45A1C68AD914",
                "companyCode": "code20201422220SC",
                "companyName": "name2113",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "湖北省",
                "city": "武汉市",
                "companyProperty": "民营企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "建筑行业",
                "industrySegmentation": "建筑装饰",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 14,
                "uuid": "06B5BC8C-165D-454A-8982-108E6B0EC9BB",
                "companyCode": "code20201422112SC",
                "companyName": "name2114",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "湖北省",
                "city": "武汉市",
                "companyProperty": "合资企业",
                "investmentCountry": "其他国家/地区&中国大陆&",
                "industryCategories": "金融行业",
                "industrySegmentation": "保险",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 135,
                "uuid": "27E61F5F-0794-471F-9370-5CF6FCD5A7F1",
                "companyCode": "code20191410013SC",
                "companyName": "name2115",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "无锡市",
                "companyProperty": "国有企业",
                "investmentCountry": "",
                "industryCategories": "制造行业",
                "industrySegmentation": "",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 15,
                "uuid": "25142954-1578-4A4B-ABB7-6701088506FA",
                "companyCode": "code20201422020SC",
                "companyName": "name2115",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "无锡市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "机械设备制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 16,
                "uuid": "C1147911-485E-476D-8797-8F12497C0277",
                "companyCode": "code20201421910SC",
                "companyName": "name2116",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "无锡市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&台湾&",
                "industryCategories": "汽车行业",
                "industrySegmentation": "汽车零部件",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 17,
                "uuid": "29F957D8-3A28-42B0-8653-5BD8ECD62034",
                "companyCode": "code20201421816SC",
                "companyName": "name2117",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "无锡市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "机械设备制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 18,
                "uuid": "BFF51552-2A15-49DD-9940-F519FC21CC46",
                "companyCode": "code20201421720SC",
                "companyName": "name2118",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "北京市",
                "city": "北京市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "其他销售贸易行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 19,
                "uuid": "6ACB847D-E736-4AC0-BFDA-FCF6D8B92E92",
                "companyCode": "code20201421612SC",
                "companyName": "name2119",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "高科技制造—电子设备制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 143,
                "uuid": "5009646E-0C2E-48AA-AD14-ECCDC966736A",
                "companyCode": "code20191409210SC",
                "companyName": "name2120",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "轻工制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 20,
                "uuid": "FB2AD68C-C5C6-414D-83A2-7E8CA8FA4BC7",
                "companyCode": "code20201421513SC",
                "companyName": "name2120",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "轻工制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 21,
                "uuid": "1DBE1907-50D4-4FF7-803E-B4E963F29119",
                "companyCode": "code20201421416SC",
                "companyName": "name2121",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "苏州市",
                "companyProperty": "民营企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "能源化工行业",
                "industrySegmentation": "光伏制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 168,
                "uuid": "2CC073EA-5679-4CC4-A9E8-EB3A52F8FF7C",
                "companyCode": "code20191406718SC",
                "companyName": "name2122",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "无锡市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "其他制造行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 22,
                "uuid": "5C915B4B-E2A6-404D-ADEB-6908E4EAA211",
                "companyCode": "code20201421311SC",
                "companyName": "name2122",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "无锡市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "其他制造行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 173,
                "uuid": "31CADA0A-5DE3-42C0-A2D9-D0960D7725FC",
                "companyCode": "code20191406218SC",
                "companyName": "name2123",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "金融行业",
                "industrySegmentation": "金融投资总部",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 23,
                "uuid": "1F85D69A-22DF-43C8-B8E2-DD68FC6F874D",
                "companyCode": "code20201421218SC",
                "companyName": "name2123",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "金融行业",
                "industrySegmentation": "私募基金",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 24,
                "uuid": "29E11FCC-4FDE-4205-BD60-C8A2A0A2D31F",
                "companyCode": "code20201421120SC",
                "companyName": "name2124",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "广东省",
                "city": "深圳市",
                "companyProperty": "合资企业",
                "investmentCountry": "台湾&中国大陆&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "集成电路—集成电路设计",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 25,
                "uuid": "DA2DB670-24BB-484B-B14F-48716B77C1D9",
                "companyCode": "code20201421014SC",
                "companyName": "name2125",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "广东省",
                "city": "深圳市",
                "companyProperty": "民营企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "电工电气制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 26,
                "uuid": "D22F2368-1629-417C-AF8D-C26FCEC60C4C",
                "companyCode": "code20201420911SC",
                "companyName": "name2126",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "机械设备制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 27,
                "uuid": "C91AA53E-22AE-4B88-A753-57221056692F",
                "companyCode": "code20201420816SC",
                "companyName": "name2127",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "美国&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "其他制造行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 28,
                "uuid": "F5946FCB-F603-4209-8E9F-95A9D18E64AD",
                "companyCode": "code20201420712SC",
                "companyName": "name2128",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "销售贸易综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 29,
                "uuid": "3E3B1975-5935-4392-9534-741B7C84D367",
                "companyCode": "code20201420613SC",
                "companyName": "name2129",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "合资企业",
                "investmentCountry": "中国大陆&日本&",
                "industryCategories": "汽车行业",
                "industrySegmentation": "汽车零部件",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 30,
                "uuid": "C02E4B44-5E08-491A-86A4-38494E9DBAE2",
                "companyCode": "code20201420516SC",
                "companyName": "name2130",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "软件外包",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 31,
                "uuid": "9550351B-D065-427C-80E0-3728F438C05A",
                "companyCode": "code20201420417SC",
                "companyName": "name2131",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "合资企业",
                "investmentCountry": "中国大陆&日本&",
                "industryCategories": "汽车行业",
                "industrySegmentation": "汽车零部件",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 32,
                "uuid": "A8F8D3D1-5EF5-405B-BDCC-EB6C6A2E9036",
                "companyCode": "code20201420320SC",
                "companyName": "name2132",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "民营企业",
                "investmentCountry": "",
                "industryCategories": "多元综合行业",
                "industrySegmentation": "多元综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 33,
                "uuid": "E44518EF-F32B-4EFA-9703-5393B458D005",
                "companyCode": "code20201420213SC",
                "companyName": "name2133",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "集成电路—集成电路设计",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 34,
                "uuid": "58BCA9A3-5DFB-439F-98B9-1AD77F882478",
                "companyCode": "code20201420120SC",
                "companyName": "name2134",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "电子制造综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 35,
                "uuid": "8378B495-48AD-4104-965E-BF84BB0C050C",
                "companyCode": "code20201420019SC",
                "companyName": "name2135",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "无锡市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "轻工制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 36,
                "uuid": "AE929BC2-78D6-41B5-A734-C85561CD513F",
                "companyCode": "code20201419919SC",
                "companyName": "name2136",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "销售贸易综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 37,
                "uuid": "E50DA202-83C9-497B-BB3B-6A067DFF2FE5",
                "companyCode": "code20201419815SC",
                "companyName": "name2137",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "香港/澳门&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "其他销售贸易行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 38,
                "uuid": "7A169661-99BB-4011-8D40-09081A503CB6",
                "companyCode": "code20201419718SC",
                "companyName": "name2138",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "IT服务",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 39,
                "uuid": "005E950B-EE37-416C-9D34-8136D78B0F87",
                "companyCode": "code20201419617SC",
                "companyName": "name2139",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "四川省",
                "city": "成都市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "电子制造—电子元件及专用材料",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 40,
                "uuid": "29194777-20E9-491D-A007-FE772B6D6CB7",
                "companyCode": "code20201419511SC",
                "companyName": "name2140",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "山东省",
                "city": "青岛市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "其他制造行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 41,
                "uuid": "0AC85447-2538-4A76-AE27-B747657D7420",
                "companyCode": "code20201419411SC",
                "companyName": "name2141",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "机械设备制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 42,
                "uuid": "C464CE17-1DFD-44E4-91EF-DFA35C83ABED",
                "companyCode": "code20201419310SC",
                "companyName": "name2142",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "合资企业",
                "investmentCountry": "中国大陆&香港/澳门&",
                "industryCategories": "交通运输行业",
                "industrySegmentation": "物流行业综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 43,
                "uuid": "52F851DB-1BD4-4855-ADCE-50259CE24DFB",
                "companyCode": "code20201419211SC",
                "companyName": "name2143",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "浙江省",
                "city": "宁波市",
                "companyProperty": "民营企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "软件开发与系统集成",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 44,
                "uuid": "B10EB0C9-23DD-4F95-857B-4A38868D5FB9",
                "companyCode": "code20201419112SC",
                "companyName": "name2144",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "河南省",
                "city": "洛阳市",
                "companyProperty": "外资企业",
                "investmentCountry": "",
                "industryCategories": "制造行业",
                "industrySegmentation": "制造业综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 45,
                "uuid": "27CD1F69-4540-47FA-9A39-584A8A9B4FAA",
                "companyCode": "code20201419017SC",
                "companyName": "name2145",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "四川省",
                "city": "成都市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "研发机构",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 46,
                "uuid": "C5295E22-5969-49AD-BDE4-D2EE7495AB10",
                "companyCode": "code20201418915SC",
                "companyName": "name2146",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "四川省",
                "city": "成都市",
                "companyProperty": "外资企业",
                "investmentCountry": "香港/澳门&&",
                "industryCategories": "房地产行业",
                "industrySegmentation": "地产开发综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 47,
                "uuid": "FD5AA4D9-A7DE-4610-8408-7B27EB9B0CA6",
                "companyCode": "code20201418813SC",
                "companyName": "name2147",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "浙江省",
                "city": "杭州市",
                "companyProperty": "民营企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "多元综合行业",
                "industrySegmentation": "多元综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 48,
                "uuid": "BCDE51EA-1AB5-445A-A490-B62D6E099CB5",
                "companyCode": "code20201418713SC",
                "companyName": "name2148",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "消费品行业",
                "industrySegmentation": "食品饮料",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 49,
                "uuid": "B66DAEE4-FC98-473E-BB19-A209EE31987F",
                "companyCode": "code20201418612SC",
                "companyName": "name2149",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "销售贸易综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 50,
                "uuid": "9C10D0C7-6AB6-4525-AE6D-38416F18366A",
                "companyCode": "code20201418517SC",
                "companyName": "name2150",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "其他行业",
                "industrySegmentation": "其他行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 51,
                "uuid": "CDF22EE3-F849-445B-9CB1-6E8B5446E680",
                "companyCode": "code20201418413SC",
                "companyName": "name2151",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "高科技制造—电子设备制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 52,
                "uuid": "1EDD40FE-C766-4378-AF04-FF485EBE62D8",
                "companyCode": "code20201418318SC",
                "companyName": "name2152",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "河南省",
                "city": "郑州市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "建筑行业",
                "industrySegmentation": "建筑设计",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 53,
                "uuid": "2282D1D4-04D1-487A-AEAD-2D1B152BC3AD",
                "companyCode": "code20201418216SC",
                "companyName": "name2153",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "湖南省",
                "city": "长沙市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "销售贸易综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 54,
                "uuid": "BA8D8E99-AE80-49F2-86D9-848295AAA41C",
                "companyCode": "code20201418112SC",
                "companyName": "name2154",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "湖南省",
                "city": "长沙市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "其他销售贸易行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 55,
                "uuid": "2F96FE1E-FD2D-4F7B-B0B5-72B2C7679F5B",
                "companyCode": "code20201418011SC",
                "companyName": "name2155",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "河北省",
                "city": "唐山市",
                "companyProperty": "民营企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "金属",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 56,
                "uuid": "4247A904-BB27-42EB-BC78-59AE8454C5BE",
                "companyCode": "code20201417912SC",
                "companyName": "name2156",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "苏州市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "其他高科技行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 57,
                "uuid": "86E5F30E-EE0C-4093-B78F-6CE2A0B030BA",
                "companyCode": "code20201417820SC",
                "companyName": "name2157",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "浙江省",
                "city": "杭州市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&台湾&",
                "industryCategories": "制造行业",
                "industrySegmentation": "其他制造行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 58,
                "uuid": "1B1BB0BD-0ADF-42B2-8850-370D9E69F0D2",
                "companyCode": "code20201417711SC",
                "companyName": "name2158",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "南通市",
                "companyProperty": "外资企业",
                "investmentCountry": "亚太其他国家&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "其他制造行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 59,
                "uuid": "05AC6D44-FC83-4C79-8AF8-83348EB26EF0",
                "companyCode": "code20201417619SC",
                "companyName": "name2159",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "其他行业",
                "industrySegmentation": "其他行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 60,
                "uuid": "29B97B1B-4FB3-497B-B48B-2E5058BE0235",
                "companyCode": "code20201417512SC",
                "companyName": "name2160",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "北京市",
                "city": "北京市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "IT服务",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 61,
                "uuid": "8935150D-8AAB-4121-84EB-9659B6107BC1",
                "companyCode": "code20201417414SC",
                "companyName": "name2161",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "其他销售贸易行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 62,
                "uuid": "954833C9-B8C3-4F56-9150-A24B383FAB39",
                "companyCode": "code20201417318SC",
                "companyName": "name2162",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "广东省",
                "city": "广州市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "汽车行业",
                "industrySegmentation": "汽车零部件",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 63,
                "uuid": "B6E93EB7-D764-464B-BB9C-D662766C4E48",
                "companyCode": "code20201417210SC",
                "companyName": "name2163",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "其他高科技行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 64,
                "uuid": "8F91A4EC-41EE-4BFB-924C-E8262707504F",
                "companyCode": "code20201417112SC",
                "companyName": "name2164",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "机械设备制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 65,
                "uuid": "09115FBD-484F-4907-8D6A-F1A20D0143CF",
                "companyCode": "code20201417017SC",
                "companyName": "name2165",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "其他销售贸易行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 66,
                "uuid": "8C092420-9D23-495D-A77D-D8BEC39D653B",
                "companyCode": "code20201416917SC",
                "companyName": "name2166",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "浙江省",
                "city": "杭州市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&美国&",
                "industryCategories": "制造行业",
                "industrySegmentation": "其他制造行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 67,
                "uuid": "985D7EB4-ED49-41C2-BF92-4CC595D2EB66",
                "companyCode": "code20201416819SC",
                "companyName": "name2167",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "汽车行业",
                "industrySegmentation": "汽车零部件",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 68,
                "uuid": "89F0DDE7-E3AF-4C5B-B83F-5CACE84AAD0C",
                "companyCode": "code20201416715SC",
                "companyName": "name2168",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "销售贸易综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 69,
                "uuid": "264999B0-62AD-441B-81A0-9CA5914BE98F",
                "companyCode": "code20201416617SC",
                "companyName": "name2169",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "四川省",
                "city": "成都市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "其他制造行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 70,
                "uuid": "670C1450-3C15-4AD5-888D-9E748DA412AA",
                "companyCode": "code20201416513SC",
                "companyName": "name2170",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "四川省",
                "city": "成都市",
                "companyProperty": "民营企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "医药健康行业",
                "industrySegmentation": "医疗器械",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 71,
                "uuid": "5CF8816E-F71C-4B3C-962C-84E6A6561972",
                "companyCode": "code20201416420SC",
                "companyName": "name2171",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "四川省",
                "city": "成都市",
                "companyProperty": "民营企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "房地产行业",
                "industrySegmentation": "地产开发综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 72,
                "uuid": "CD1E2819-1542-4644-8BD2-C3C72F536712",
                "companyCode": "code20201416315SC",
                "companyName": "name2172",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "北京市",
                "city": "北京市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "医药健康行业",
                "industrySegmentation": "医疗器械",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 73,
                "uuid": "4B81E6C5-AC57-4F41-B71B-54F328063BCE",
                "companyCode": "code20201416220SC",
                "companyName": "name2173",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "常州市",
                "companyProperty": "合资企业",
                "investmentCountry": "中国大陆&欧洲国家&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "集成电路—集成电路制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 74,
                "uuid": "7A34BC44-9E91-41C4-803F-3014D53A2C84",
                "companyCode": "code20201416113SC",
                "companyName": "name2174",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "北京市",
                "city": "北京市",
                "companyProperty": "合资企业",
                "investmentCountry": "日本&中国大陆&",
                "industryCategories": "制造行业",
                "industrySegmentation": "机械设备制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 75,
                "uuid": "CD92BEC2-6A0B-4F53-8769-C9C21203B23F",
                "companyCode": "code20201416014SC",
                "companyName": "name2175",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "美国&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "集成电路—集成电路封测",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 76,
                "uuid": "E17426DB-F9DE-449D-931C-4994F307CDBC",
                "companyCode": "code20201415913SC",
                "companyName": "name2176",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "消费品行业",
                "industrySegmentation": "日化",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 77,
                "uuid": "5CCF4DB4-719C-4721-BCD7-C8847AAEC158",
                "companyCode": "code20201415810SC",
                "companyName": "name2177",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "常州市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "汽车行业",
                "industrySegmentation": "汽车零部件",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 78,
                "uuid": "D95EAAD7-7F91-4EA3-8711-4A16F9ED1131",
                "companyCode": "code20201415720SC",
                "companyName": "name2178",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "销售贸易综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 79,
                "uuid": "ABA38474-A796-4ADA-B270-5596935EB308",
                "companyCode": "code20201415612SC",
                "companyName": "name2179",
                "year": "2020",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "销售贸易综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 80,
                "uuid": "A6E41E2A-3F62-40DE-8746-47D0F733EED2",
                "companyCode": "code20191415514SC",
                "companyName": "name2180",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "互联网行业",
                "industrySegmentation": "互联网—电商",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 81,
                "uuid": "5E0B28BD-BB1E-4390-9C1C-F7AC6398C1BA",
                "companyCode": "code20191415412SC",
                "companyName": "name2181",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "安徽省",
                "city": "马鞍山市",
                "companyProperty": "外资企业",
                "investmentCountry": "香港/澳门&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "其他制造行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 82,
                "uuid": "6FB3B604-5472-4AEC-A281-6D5AC9690CF7",
                "companyCode": "code20191415317SC",
                "companyName": "name2182",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "北京市",
                "city": "北京市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "其他行业",
                "industrySegmentation": "其他行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 83,
                "uuid": "4A2BB070-B440-4883-8198-D48DE3D67D77",
                "companyCode": "code20191415214SC",
                "companyName": "name2183",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "山东省",
                "city": "青岛市",
                "companyProperty": "合资企业",
                "investmentCountry": "中国大陆&日本&",
                "industryCategories": "制造行业",
                "industrySegmentation": "其他制造行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 84,
                "uuid": "A5FC156D-65C1-4E16-9BC2-7FFE1EBE57F5",
                "companyCode": "code20191415111SC",
                "companyName": "name2184",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "销售贸易综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 85,
                "uuid": "41F8E8F8-0114-4214-B5FE-D13E6DB68488",
                "companyCode": "code20191415018SC",
                "companyName": "name2185",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "广东省",
                "city": "珠海市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&中国大陆&香港/澳门",
                "industryCategories": "房地产行业",
                "industrySegmentation": "地产开发综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 86,
                "uuid": "95D0150A-96F7-4147-B954-26B512E368DB",
                "companyCode": "code20191414912SC",
                "companyName": "name2186",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "重庆市",
                "city": "重庆市",
                "companyProperty": "",
                "investmentCountry": "",
                "industryCategories": "能源化工",
                "industrySegmentation": "电力行业综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 87,
                "uuid": "AC3D9120-0B54-458B-B61A-E999F335F585",
                "companyCode": "code20191414817SC",
                "companyName": "name2187",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "",
                "city": "",
                "companyProperty": "",
                "investmentCountry": "",
                "industryCategories": "",
                "industrySegmentation": "",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 88,
                "uuid": "46D08D87-A4E2-44A5-98F3-1B194340BB95",
                "companyCode": "code20191414715SC",
                "companyName": "name2188",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "高科技综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 89,
                "uuid": "FC71D277-5644-4331-8BBB-C13477BF4631",
                "companyCode": "code20191414617SC",
                "companyName": "name2189",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "浙江省",
                "city": "宁波市",
                "companyProperty": "合资企业",
                "investmentCountry": "中国大陆&其他国家/地区&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "集成电路综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 90,
                "uuid": "A7BB22E1-2243-4B0F-BE64-1FA787518A78",
                "companyCode": "code20191414516SC",
                "companyName": "name2190",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "广东省",
                "city": "中山市",
                "companyProperty": "外资企业",
                "investmentCountry": "台湾&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "机械设备综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 91,
                "uuid": "7620ACF1-C3C3-40F4-A7F6-30CC9EE30FB9",
                "companyCode": "code20191414413SC",
                "companyName": "name2191",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "无锡市",
                "companyProperty": "国有企业",
                "investmentCountry": "",
                "industryCategories": "高科技行业",
                "industrySegmentation": "集成电路综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 92,
                "uuid": "295020EF-51F0-47B1-B7F4-37A38C94F5DE",
                "companyCode": "code20191414316SC",
                "companyName": "name2192",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "金融行业",
                "industrySegmentation": "融资租赁",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 93,
                "uuid": "D79AB6BC-6C18-424D-9790-A0852D116DFD",
                "companyCode": "code20191414220SC",
                "companyName": "name2193",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "房地产行业",
                "industrySegmentation": "其他地产行业",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 94,
                "uuid": "D1B12B88-EB5D-49EF-AA1D-CADAD73786C6",
                "companyCode": "code20191414120SC",
                "companyName": "name2194",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "香港/澳门&&",
                "industryCategories": "交通运输行业",
                "industrySegmentation": "货代",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 95,
                "uuid": "1BE9A163-0CA1-41EE-964E-B6112AF1BB3B",
                "companyCode": "code20191414020SC",
                "companyName": "name2195",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "北京市",
                "city": "北京市",
                "companyProperty": "国有企业",
                "investmentCountry": "",
                "industryCategories": "金融行业",
                "industrySegmentation": "财务公司",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 96,
                "uuid": "7FCFB65D-7790-4BF3-B91E-1116EB019A8B",
                "companyCode": "code20191413914SC",
                "companyName": "name2196",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "重庆市",
                "city": "重庆市",
                "companyProperty": "国有企业",
                "investmentCountry": "",
                "industryCategories": "能源化工",
                "industrySegmentation": "其他能源化工",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 97,
                "uuid": "6D1DEF25-9713-4D0E-81B5-86C93E1A22FE",
                "companyCode": "code20191413813SC",
                "companyName": "name2197",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "北京市",
                "city": "北京市",
                "companyProperty": "合资企业",
                "investmentCountry": "中国大陆&香港/澳门&",
                "industryCategories": "金融行业",
                "industrySegmentation": "融资租赁",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 98,
                "uuid": "7891AEFB-8A96-4B80-B5D3-DB22F74A5484",
                "companyCode": "code20191413719SC",
                "companyName": "name2198",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "金融行业",
                "industrySegmentation": "商业保理",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 99,
                "uuid": "F6E7740A-CD5D-4E15-83AC-8A16D28D2B60",
                "companyCode": "code20191413615SC",
                "companyName": "name2199",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "北京市",
                "city": "北京市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "电子制造综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 100,
                "uuid": "914B189A-07DE-40C4-88C6-CD1A312C7C32",
                "companyCode": "code20191413518SC",
                "companyName": "name2200",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "能源化工行业",
                "industrySegmentation": "化工制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 101,
                "uuid": "597C52C6-E6F8-4AF8-8BE8-01B441368C0A",
                "companyCode": "code20191413412SC",
                "companyName": "name2201",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "广东省",
                "city": "广州市",
                "companyProperty": "国有企业",
                "investmentCountry": "",
                "industryCategories": "地产行业",
                "industrySegmentation": "地产综合集团",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 102,
                "uuid": "AA3AB392-52D9-4D00-BCF0-F043EC5D8565",
                "companyCode": "code20191413310SC",
                "companyName": "name2202",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "江苏省",
                "city": "无锡市",
                "companyProperty": "民营企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "制造行业",
                "industrySegmentation": "电工电气制造",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 103,
                "uuid": "BE2EE752-4B89-4A7B-BFDC-D3DFD10CE309",
                "companyCode": "code20191413217SC",
                "companyName": "name2203",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "浙江省",
                "city": "杭州市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "汽车行业",
                "industrySegmentation": "汽车零部件",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 104,
                "uuid": "F2167ADD-E6B2-493E-B87E-B9B17FCDC58C",
                "companyCode": "code20191413114SC",
                "companyName": "name2204",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "上海市",
                "city": "上海市",
                "companyProperty": "外资企业",
                "investmentCountry": "日本&&",
                "industryCategories": "销售贸易行业",
                "industrySegmentation": "销售贸易综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            },
            {
                "id": 105,
                "uuid": "07914473-65BE-47B3-ABB8-5EAFFACD0AB5",
                "companyCode": "code20191413013SC",
                "companyName": "name2205",
                "year": "2019",
                "dataSource": "市场调研",
                "province": "北京市",
                "city": "北京市",
                "companyProperty": "国有企业",
                "investmentCountry": "中国大陆&&",
                "industryCategories": "高科技行业",
                "industrySegmentation": "高科技综合",
                "industryMl": "",
                "industryClass": "\r",
                "object": null,
                "mapList": null
            }
        ]
    }
}
上一页
导出原始数据
下一页
查询数据池数据
Built with