Files
KG_generation/equipment_dataset/projectstruct/博微电力造价工程文件格式_TotalCalculateTable.json
chentianrui 6afa368745 上传代码
2025-10-17 18:18:26 +08:00

101 lines
3.9 KiB
JSON
Raw Permalink 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.
{
"Table": [
{
"name": "TotalCalculateTable",
"alias": "",
"comment": "总算表也被称为“工程总费用”、“工程费用”。其中包含本地工程、辅助设施工程、编制基准期价差、设备购置费、其他费用、基本预备费、特殊费用、工程静态投资、动态费用、价差预备费、建设期贷款利息、工程动态投资、可抵扣增值税额。查询示例: SELECT Amount FROM TotalCalculateTable WHERE Name = 'findname'。",
"fields": [
{
"name": "Id",
"alias": "项目idid,费用id",
"comment": "费用项目id",
"type": "INT"
},
{
"name": "ParentId",
"alias": "父级id,父id",
"comment": "费用项目父级id",
"type": "INT"
},
{
"name": "Level",
"alias": "层号,层级,层编号",
"comment": "层级编号,从1开始",
"type": "INT"
},
{
"name": "Name",
"alias": "名称,费用名,项目名",
"comment": "费用名称,项目名称",
"type": "VARCHAR"
},
{
"name": "SerialNumber",
"alias": "序号",
"comment": "工程费用序号",
"type": "VARCHAR"
},
{
"name": "Code",
"alias": "编号,代号,代码",
"comment": "费用代码",
"type": "VARCHAR"
},
{
"name": "Rate",
"alias": "费用利率,费率",
"comment": "费率",
"type": "REAL"
},
{
"name": "Amount",
"alias": "金额,价格",
"comment": "合计费",
"type": "REAL"
},
{
"name": "WBS_Code",
"alias": "WBS编号,WBS编码",
"comment": "费用编码",
"type": "VARCHAR"
},
{
"name": "Path",
"alias": "路径,费用全路径",
"comment": "费用名称全路径",
"type": "VARCHAR"
},
{
"name": "Amount_InstallationCost",
"alias": "安装金额,金额_安装费,安装价格",
"comment": "安装费金额",
"type": "REAL"
},
{
"name": "Amount_EquipmentCost",
"alias": "金额_设备费,设备金额,设备价格",
"comment": "设备费金额",
"type": "REAL"
},
{
"name": "Amount_OtherCost",
"alias": "其他费用金额,金额_其他费,其他费用价格",
"comment": "其他费金额",
"type": "REAL"
},
{
"name": "Amount_Total",
"alias": "总的金额,金额_占总计,总体金额",
"comment": "合计费占总计",
"type": "REAL"
},
{
"name": "Amount_UnitInvestment",
"alias": "金额_单位投资,合计投资金额",
"comment": "合计费单位投资",
"type": "REAL"
}
]
}
]
}