初始化提交
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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": "单位"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user