... | ... | @@ -120,6 +120,13 @@ |
|
|
| | change_date | | string | 变更日期 |
|
|
|
| change_size | | | int | 变更记录列表条数 |
|
|
|
| change_success | | | int | 变更记录是否采集成功 |
|
|
|
| allows| | | list | 行政许可信息 |
|
|
|
| | allow_code| | string | 许可文件编号 | 文本类型 |
|
|
|
| | allow_filename| | string | 许可文件名称 | 文本类型 |
|
|
|
| | allow_startdate| | string | 有效期自 | 日期类型 |
|
|
|
| | allow_enddate| | string | 有效期至 | 日期类型 |
|
|
|
| | allow_content| | string | 许可内容 | 文本类型 |
|
|
|
| | allow_authority| | string | 许可机关 | 文本类型 |
|
|
|
| branches | | | list | 分支机构列表 |
|
|
|
| | branch_no | | int | 序号 |
|
|
|
| | branch_name | | string | 分支机构名称 |
|
... | ... | @@ -127,6 +134,14 @@ |
|
|
| | branch_credit_no | | string | 分支机构统一信用代码 |
|
|
|
| branch_size | | | int | 分支机构列表条数 |
|
|
|
| branch_success | | | int | 分支机构是否采集成功 |
|
|
|
| checks| | | list | 抽查检查结果信息 |
|
|
|
| | check_type| | string | 类型 | 字典表 |
|
|
|
| | check_date | | string | 日期 | 日期类型 |
|
|
|
| | check_result| | string | 结果 | 字典表 |
|
|
|
| | authority| | string | 检查实施机关 | 文本类型 |
|
|
|
| clears| | | list | 清算信息 |
|
|
|
| | clear_director| | string | 清算组负责人 | 文本类型 |
|
|
|
| | clear_members| | string | 清算组成员 | 文本类型 |
|
|
|
| random_checks | | | list | 双随机抽查检查列表 |
|
|
|
| | check_no | | int | 序号 |
|
|
|
| | check_plan_no | | string | 抽查计划编号 | 数字+字母正则 |
|
... | ... | @@ -144,26 +159,36 @@ |
|
|
| random_check_size | | | int | 双随机抽查检查列表条数 |
|
|
|
| random_check_success | | | int | 双随机抽查检查是否采集成功 |
|
|
|
| simple_cancels | | | list | 简易注销列表 |
|
|
|
| | simple_cancel_no | | int | 序号 |
|
|
|
| | simple_cancel_title | | string | 公告名称 |
|
|
|
| | simple_cancel_startdate | | string | 公告日期自 |
|
|
|
| | simple_cancel_enddate | | string | 公告日期至 |
|
|
|
| | simple_cancel_company_name | | string | 企业名称 |
|
|
|
| | simple_cancel_company_code | | string | 注册号 |
|
|
|
| | simple_cancel_credit_no | | string | 统一社会信用代码 |
|
|
|
| | simple_cancel_authority | | string | 登记机关 |
|
|
|
| | simple_cancel_result | | string | 简易注销结果 |
|
|
|
| | simple_cancel_result_date | | string | 建议注销结果日期 |
|
|
|
| | simple_cancel_commit_url | | string | 全体投资人承诺书水滴链接 |
|
|
|
| | simple_cancel_source_url | | string | 全体投资人承诺书链接 |
|
|
|
| | simple_cancel_no | | int | 序号 | 数字类型 |
|
|
|
| | simple_cancel_title | | string | 公告名称 | 文本类型 |
|
|
|
| | simple_cancel_startdate | | string | 公告日期自 | 日期类型 |
|
|
|
| | simple_cancel_enddate | | string | 公告日期至 | 日期类型 |
|
|
|
| | simple_cancel_company_name | | string | 企业名称 | 文本类型 |
|
|
|
| | simple_cancel_company_code | | string | 注册号 | 数字+字母 |
|
|
|
| | simple_cancel_credit_no | | string | 统一社会信用代码 | 数字+字母 |
|
|
|
| | simple_cancel_authority | | string | 登记机关 | 文本类型 |
|
|
|
| | simple_cancel_result | | string | 简易注销结果 | 文本类型 |
|
|
|
| | simple_cancel_result_date | | string | 建议注销结果日期 | 日期类型|
|
|
|
| | simple_cancel_commit_url | | string|全体投资人承诺书水滴链接|URL正则|
|
|
|
| | simple_cancel_source_url | | string | 全体投资人承诺书链接 |URL正则|
|
|
|
| | simple_cancel_objections | | list | 异议信息 |
|
|
|
| | | simple_cancel_objection_no | int | 序号 |
|
|
|
| | | simple_cancel_objection_person | string | 异议申请人 |
|
|
|
| | | simple_cancel_objection_content | string | 异议内容 |
|
|
|
| | | simple_cancel_objection_date | string | 异议时间 |
|
|
|
| | simple_cancel_objection_size | | int | 异议信息条数 |
|
|
|
| simple_cancel_size | | | int | 简易注销条数 |
|
|
|
| simple_cancel_success | | | int | 简易注销是否采集成功 |
|
|
|
| | | simple_cancel_objection_no | int | 序号 | 数字类型 |
|
|
|
| | | simple_cancel_objection_person | string | 异议申请人 | 文本类型 |
|
|
|
| | | simple_cancel_objection_content | string | 异议内容 | 文本类型 |
|
|
|
| | | simple_cancel_objection_date | string | 异议时间 | 日期类型 |
|
|
|
| | simple_cancel_objection_size | | int | 异议信息条数 | 数字类型 |
|
|
|
| simple_cancel_size | | | int | 简易注销条数 | 数字类型 |
|
|
|
| simple_cancel_success | | | int | 简易注销是否采集成功 | 数字类型 |
|
|
|
| pledges| | | list | 股权出质信息 |
|
|
|
| | pledge_code| | string| 登记编号 | 数字+字母 |
|
|
|
| | pledgor| | string| 出质人 | 文本类型 |
|
|
|
| | pledgor_identify_no| | string| 证照/证件号码 | 数字+字母 |
|
|
|
| | pledge_equity| | string| 出质股权数额 | 浮点+货币单位 |
|
|
|
| | pawnee| | string| 质权人 | 文本类型 |
|
|
|
| | pawnee_identify_no| | string| 证照/证件号码 | 数字+字母 |
|
|
|
| | pledge_date| | string| 股权出质设立登记日期 | 日期类型 |
|
|
|
| | pledge_status| | string| 状态 | 字典表 |
|
|
|
| | public_date| | string| 公示日期 | 日期类型 |
|
|
|
| chattels| | | list | 动产抵押信息 |
|
|
|
| | chattel_code| | string| 登记编号 | 数字+字母类型 |
|
|
|
| | chattel_date| | string| 登记日期 | 日期类型 |
|
... | ... | |