wd-smebiz/static/model/smebiz/api_data_schema.json

65 lines
1.3 KiB
JSON
Raw Normal View History

2023-09-11 16:37:36 +08:00
{
"成立年限": {
"type": "int"
},
"企业类型": {
"type": "enum",
"config": {
"options": [
"有限责任公司",
"股份制公司"
]
}
},
"近三年股东变更次数": {
"type": "int"
},
"最近10条企业舆情负面占比": {
"type": "float"
},
"纳税信用等级": {
"type": "enum",
"config": {
"options": [
"A",
"B",
"M",
"C",
"D"
]
}
},
"开庭公告(被告-合同纠纷、劳动争议)": {
"type": "int"
},
"双随机抽查结果": {
"type": "enum",
"config": {
"options": [
"合格",
"不合格"
]
}
},
"经营异常": {
"type": "int"
},
"欠税公告": {
"type": "int"
},
"行政处罚(警告、通报批评、罚款)": {
"type": "int"
},
"行政处罚(没收违法所得、没收非法财务...": {
"type": "int"
},
"被执行人": {
"type": "int"
},
"失信被执行人": {
"type": "int"
},
"税收违法": {
"type": "int"
}
}