Files
zjdataai-app/backend/data/projectstruct/博微电力造价工程文件格式_OtherFee.json
T
2024-08-19 15:36:42 +08:00

89 lines
3.5 KiB
JSON
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.
{
"Table": [
{
"name": "OtherFee",
"alias": "",
"comment": "其他费用表被称为“工程费用中其他费用明细”。其他费用是指为完成工程项目建设所必需的,但不属于建筑工程费、安装工程费、设备购置费、基本预备费的其他相关费用。包括建设场地征用及清理费、项目建设管理费、项目建设技术服务费、生产准备费、大件运输措施费、专业爆破服务费等。查询示例: SELECT Rate FROM OtherFee 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": "CalculationFormula",
"alias": "公式,表达式,计算式",
"comment": "取费基数",
"type": "VARCHAR"
},
{
"name": "Rate",
"alias": "费用利率,费率",
"comment": "取费费率",
"type": "REAL"
},
{
"name": "Amount",
"alias": "金额,价格",
"comment": "金额、合计、费用,\n单位为元",
"type": "REAL"
},
{
"name": "Remarks",
"alias": "说明,备注",
"comment": "费用项备注说明",
"type": "VARCHAR"
},
{
"name": "Compilation_Basis",
"alias": "编制依据,编制来源",
"comment": "费用项编制依据",
"type": "VARCHAR"
},
{
"name": "WBS_Code",
"alias": "WBS编号,WBS编码",
"comment": "费用项WBS编码",
"type": "VARCHAR"
},
{
"name": "Path",
"alias": "路径,费用全路径",
"comment": "费用项层级全路径",
"type": "VARCHAR"
}
]
}
]
}