{ "summary": [ { "name": "bid_qualifications", "title": "招标所需资质", "primary": [ "id" ], "catelog": "entity" } ], "fields": [ { "name": "id", "title": "主键ID", "type": "str", "length": 32, "nullable": "no" }, { "name": "project_id", "title": "项目ID", "type": "str", "length": 32, "nullable": "no" }, { "name": "qual_name", "title": "资质名称", "type": "str", "length": 255, "nullable": "no" }, { "name": "requirement", "title": "资质要求原文", "type": "text" }, { "name": "is_mandatory", "title": "是否必需", "type": "str", "length": 1, "nullable": "no", "default": "1" }, { "name": "owner", "title": "提供方", "type": "str", "length": 16, "nullable": "no", "default": "kb" }, { "name": "kb_doc_id", "title": "知识库文档ID", "type": "str", "length": 32 }, { "name": "match_status", "title": "匹配状态", "type": "str", "length": 16, "nullable": "no", "default": "pending" }, { "name": "file_path", "title": "文档路径", "type": "str", "length": 500 }, { "name": "note", "title": "说明", "type": "str", "length": 500 }, { "name": "human_task_id", "title": "人类任务ID", "type": "str", "length": 32 }, { "name": "created_at", "title": "创建时间", "type": "timestamp", "nullable": "no" }, { "name": "updated_at", "title": "更新时间", "type": "timestamp" } ], "indexes": [ { "name": "idx_bq_project", "idxtype": "index", "idxfields": [ "project_id" ] }, { "name": "idx_bq_match", "idxtype": "index", "idxfields": [ "match_status" ] } ], "codes": [ { "field": "match_status", "table": "appcodes_kv", "valuefield": "k", "textfield": "v", "cond": "parentid='bid_qual_match_status'" }, { "field": "owner", "table": "appcodes_kv", "valuefield": "k", "textfield": "v", "cond": "parentid='bid_qual_owner'" } ] }