Files
zjdataai-app/backend/data/projectstruct/博微电力造价工程文件格式_ProjectProperties.json
T
2024-08-13 09:37:23 +08:00

31 lines
1.2 KiB
JSON

{
"Table": [
{
"name": "ProjectProperties",
"alias": "",
"comment": "工程属性表是用于存储整个工程的重要属性,访问该表都是为了通过属性名查找属性值。通常属性值有工程信息、工程属性、技经参数,表中包含工程总投资、工程总费用,工程主要费用,工程技经参数等。查询示例: SELECT Value FROM ProjectProperties WHERE Name = 'findname'。",
"fileds": [
{
"name": "Name\n",
"alias": "属性名,属性名称,属性",
"comment": "属性的唯一标识"
},
{
"name": "Value",
"alias": "属性值",
"comment": "属性对应的实际值"
},
{
"name": "Type",
"alias": "类型,属性类型",
"comment": "属性变量的类型"
},
{
"name": "Unit",
"alias": "单位",
"comment": "单位"
}
]
}
]
}