urban-investment-research/ThirdPartyApi/Tianyancha/Schemas.py

59 lines
1.9 KiB
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

from typing import List
from pydantic import BaseModel
class 企业基本信息Res:
id: int #
name: str # 企业名
historyNames: str # 曾用名
historyNameList: List[str] # 曾用名
fromTime: int # 经营开始时间
estiblishTime: int # 成立日期
legalPersonName: str # 法人
type: int # 法人类型1 人 2 公司
companyOrgType: str # 企业类型
regStatus: str # 企业状态
regCapital: str # 注册资本
city: str # 市
district: str # 区
staffNumRange: str # 人员规模
bondNum: int # 股票号
bondName: str # 股票名
usedBondName: str # 股票曾用名
bondType: str # 股票类型
revokeDate: int # 吊销日期
updateTimes: int # 更新时间
revokeReason: str # 吊销原因
compForm: int # 组成形式1-个人经营、2-家庭经营
regNumber: int # 注册号
creditCode: str # 统一社会信用代码
property3: str # 英文名
approvedTime: int # 核准时间
socialStaffNum: int # 参保人数
actualCapitalCurrency: str # 实收注册资本币种
alias: str # 简称
cancelReason: str # 注销原因
cancelDate: int # 注销日期
orgNumber: int # 组织机构代码
toTime: int # 经营结束时间
actualCapital: str # 实收注册资金
regInstitute: str # 登记机关
businessScope: str # 经营范围
taxNumber: str # 纳税人识别号
regLocation: str # 注册地址
regCapitalCurrency: str # 注册资本币种
tags: str
percentileScore: int # 企业评分
base: str # 省份简称
industry: str # 行业
class industryAll:
categoryMiddle: str # 国民经济行业分类门类
categoryBig: str # 国民经济行业分类大类
category: str # 国民经济行业分类门类
categorySmall: str # 国民经济行业分类小类
isMicroEnt: int # 是否是小微企业 0不是 1是