ai_invest/backend/airflow/dags/plugins/utils/items/items.py

205 lines
3.4 KiB
Python
Raw Normal View History

syscollectItem = {
"dcode": "",
"whereis": "",
"dkey": "",
"dkey_ext": "",
"stats": "",
"rebid_no": "",
"link": "",
"link_post": "",
"ext_info1": "",
"ext_info2": "",
"ext_info3": "",
"rs_bidid": "",
"rs_msg": "",
"proc": "",
"set_time": "",
"seq": "",
"retrycnt": "",
"uptime": "",
"crawl_data_type": "",
"crawl_data_view": "",
"crawl_data_html": "",
}
bidkeyItem = {
"bidid": "",
"whereis": "",
"syscode": "",
"bidtype": "",
"bidview": "",
"notinum": "",
"notinum_ex": "",
"constnm": "",
"org": "",
"org_i": "",
"orgcode_i": "",
"org_y": "",
"orgcode_y": "",
"bidproc": "",
"contract": "",
"bidcls": "",
"succls": "",
"conlevel": "",
"concode": "",
"sercode": "",
"purcode": "",
"location": "",
"convention": "",
"presum": "",
"basic": "",
"pct": "",
"opt": "",
"noticedt": "",
"registdt": "",
"explaindt": "",
"agreedt": "",
"opendt": "",
"closedt": "",
"constdt": "",
"writedt": "",
"pqdt": "",
"docdt": "",
"resdt": "",
"editdt": "",
"inputer": "",
"inspecter": "",
"state": "",
"no": "",
"lock": "",
"isclosed": "",
"org_real": "",
"nbidcls": "",
"breakdown_bid_check": "",
"local_join_check": "",
"first_join_part": "",
"first_join_part_prevamt": "",
"first_join_part_presum": "",
"assessment_percent": "",
"plus_local": "",
"safebid": "",
"etc_option": "",
"state_a": "",
"blocal": "",
"big_part": "",
"auto_service_code": "",
}
bidvalueItem = {
"bidid": "",
"scrcls": "",
"scrid": "",
"constno": "",
"refno": "",
"realorg": "",
"yegatype": "",
"yegarng": "",
"prevamt": "",
"multispare": "",
"parbasic": "",
"lvcnt": "",
"contloc": "",
"contper": "",
"charger": "",
"exptax": "",
"contract_money": "",
"government_money": "",
"promise_org": "",
"c_exp_cost": "",
"pre_cost": "",
"industry_code": "",
"work_field": "",
"result_check_dt": "",
"explain_local": "",
"join_part_total_percent": "",
"ser_check": "",
"ser_join_agree_check": "",
"compute": "",
"jk_info_service": "",
"mutual_mayor": "",
"bid_statement_text": "",
}
bidcontentItem = {
"bidid": "",
"bidcomment_mod": "",
"bidcomment": "",
"nbidcomment": "",
"orign_lnk": "",
"s_orign_lnk": "",
"attchd_lnk": "",
"pur_lnk": "",
"bid_html": "",
"nbid_html": "",
"bid_file": "",
"nbid_file": "",
"pur_goods": "",
"partition_seq": "",
}
bidresItem = {
"bidid": "",
"yega": "",
"selms": "",
"multicnt": "",
"multispare": "",
"innum": "",
"officenm1": "",
"prenm1": "",
"officeno1": "",
"success1": "",
"reswdt": "",
"mult_yega_fg": "",
}
bidsuccomItem = {
"bidid": "",
"seq": "",
"officeno": "",
"officenm": "",
"prenm": "",
"success": "",
"pct": "",
"regdt": "",
"rank": "",
"selms": "",
"etc": "",
"partition_seq": "",
}
bidlocalItem = {
"bidid": "",
"code": "",
"name": "",
}
bidgoodsItem = {
"bidid": "",
"seq": "",
"gcode": "",
"gname": "",
"gorg": "",
"standard": "",
"cnt": "",
"unit": "",
"unitcost": "",
"period": "",
"place": "",
"condition": "",
}