335 lines
13 KiB
JSON
335 lines
13 KiB
JSON
{
|
|
"Table": [
|
|
{
|
|
"name": "ProjectQuantities",
|
|
"alias": "",
|
|
"comment": "工程量表是项目划分下工程量,包含定额、主材、设备、一笔性费用。查询示例: SELECT BudgetPrice FROM ProjectQuantities WHERE Name = 'findname'。",
|
|
"fields": [
|
|
{
|
|
"name": "Id",
|
|
"alias": "id",
|
|
"comment": "消耗量id,工程量id",
|
|
"type": "INT"
|
|
},
|
|
{
|
|
"name": "ParentId",
|
|
"alias": "父级id,父id",
|
|
"comment": "父级id",
|
|
"type": "INT"
|
|
},
|
|
{
|
|
"name": "ProjectDivisionId",
|
|
"alias": "项目划分id,项目id",
|
|
"comment": "父级项目划分id",
|
|
"type": "INT"
|
|
},
|
|
{
|
|
"name": "Quantity",
|
|
"alias": "个数,数量,数目",
|
|
"comment": "数量,消耗量数量,工程量数量,主材数量,定额数量,设备数量,项目划分单位",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "FeatureSegment",
|
|
"alias": "特征段",
|
|
"comment": "线路特征段",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "ParentQuantity",
|
|
"alias": "父级个数,父级数量",
|
|
"comment": "父级id的数量",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "Name",
|
|
"alias": "名称",
|
|
"comment": "项目名称,工程量名称,消耗量名称,主材名称,定额名称,设备名称,材料名称",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "Encoding",
|
|
"alias": "编码,译码",
|
|
"comment": "编码,定额编码,主材编码,设备编码",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "SpecificationModel",
|
|
"alias": "规格型号",
|
|
"comment": "规格型号,主材规格型号,设备规格型号",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "Unit",
|
|
"alias": "单位",
|
|
"comment": "单位,主材单位,定额单位,设备单位,项目划分单位",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "BasePrice",
|
|
"alias": "基价",
|
|
"comment": "定额基价",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "LaborCost",
|
|
"alias": "人工费",
|
|
"comment": "定额人工费",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "MaterialCost",
|
|
"alias": "材料费",
|
|
"comment": "定额材料费",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "MachineryCost",
|
|
"alias": "机械费",
|
|
"comment": "定额机械费",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "QuotaCoefficient",
|
|
"alias": "定额系数",
|
|
"comment": "定额系数",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "LaborCoefficient",
|
|
"alias": "人工系数",
|
|
"comment": "定额人工系数",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "MaterialCoefficient",
|
|
"alias": "材料系数",
|
|
"comment": "定额材料系数",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "MechanicalCoefficient",
|
|
"alias": "机械系数",
|
|
"comment": "定额机械系数",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "ExpenseType",
|
|
"alias": "费用类型",
|
|
"comment": "费用类型,取值为取费、不取费",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "BudgetPrice",
|
|
"alias": "预算价",
|
|
"comment": "预算价",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "MarketPrice",
|
|
"alias": "市场价",
|
|
"comment": "间接费是指建筑安装工程的施工过程中,为全工程项目服务而不直接消耗在特定产品对象上的费用。包括规费、企业管理费和施工企业配合调试费。",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "Supplier",
|
|
"alias": "供货方",
|
|
"comment": "供货方,设备供货方,主材供货方,取值为甲供、乙供",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "Type",
|
|
"alias": "类型",
|
|
"comment": "工程量类型,取值定额、主材、设备、一笔性费用",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "QuotaRange",
|
|
"alias": "定额范围",
|
|
"comment": "定额范围,取值概算、预算",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "A_Supply_Material_Cost_Excluding_Tax",
|
|
"alias": "甲供材料费不含税",
|
|
"comment": "甲供材料费不含税",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "A_Supply_Material_Cost_Including_Tax",
|
|
"alias": "甲供材料费含税",
|
|
"comment": "甲供材料费含税",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "B_Supply_Material_Cost_Excluding_Tax",
|
|
"alias": "乙供材料费不含税",
|
|
"comment": "乙供材料费不含税",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "B_Supply_Material_Cost_Including_Tax",
|
|
"alias": "乙供材料费含税",
|
|
"comment": "乙供材料费含税",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "ScaffoldCalculation",
|
|
"alias": "脚手架计取",
|
|
"comment": "脚手架计取,取值计取、不计取",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "Remarks",
|
|
"alias": "说明,备注",
|
|
"comment": "备注,说明",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "FeeCollectionTableName",
|
|
"alias": "取费表",
|
|
"comment": "项目划分的取费表,工程量的取费表",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "Quota_Section_Name",
|
|
"alias": "定额章节名称",
|
|
"comment": "定额章节名称",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "ProfessionalType",
|
|
"alias": "专业类型",
|
|
"comment": "专业类型,字段值有变电安装、变电建筑、线路等。变电安装等于安装工程,变电建筑等于建筑工程,线路等于安装工程。",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "split",
|
|
"alias": "拆分",
|
|
"comment": "是否为拆分材料,取值1为拆分,取值0为不拆分",
|
|
"type": "INT"
|
|
},
|
|
{
|
|
"name": "Loss",
|
|
"alias": "损耗",
|
|
"comment": "损耗率,主材损耗率",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "SingleWeight",
|
|
"alias": "单重",
|
|
"comment": "单重,主材单重",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "LineWeight",
|
|
"alias": "线重",
|
|
"comment": "线重,主材线重",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "SupervisedMaterials",
|
|
"alias": "监造物料",
|
|
"comment": "监造物料,取值1为监造物料,取值0为非监造物料",
|
|
"type": "INT"
|
|
},
|
|
{
|
|
"name": "EquipmentMaterials",
|
|
"alias": "设备性材料",
|
|
"comment": "设备性材料,取值1为设备性材料,取值0为主材",
|
|
"type": "INT"
|
|
},
|
|
{
|
|
"name": "GrossWeight",
|
|
"alias": "毛重",
|
|
"comment": "毛重,主材毛重",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "TransportationType",
|
|
"alias": "运输类型",
|
|
"comment": "运输类型,主材运输类型",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "TransportationMiscellaneous",
|
|
"alias": "运杂费率",
|
|
"comment": "运杂费率,设备运杂费率",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "EquipmentType",
|
|
"alias": "设备类型",
|
|
"comment": "设备类型,取值为主要设备、普通设备",
|
|
"type": "VARCHAR"
|
|
},
|
|
{
|
|
"name": "UnitPrice",
|
|
"alias": "单价",
|
|
"comment": "单价",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "Market_Price_Excluding_Tax",
|
|
"alias": "市场价不含税",
|
|
"comment": "市场价不含税",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "Market_Price_Including_Tax",
|
|
"alias": "市场价含税",
|
|
"comment": "市场价含税,设备含税价",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "Budget_Price_Excluding_Tax",
|
|
"alias": "预算价不含税",
|
|
"comment": "预算价不含税",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "Budget_Price_Including_Tax",
|
|
"alias": "预算价含税",
|
|
"comment": "预算价含税",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "Unit_Price_Excluding_Tax",
|
|
"alias": "单价不含税",
|
|
"comment": "单价不含税,设备不含税价",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "GroupPrice",
|
|
"alias": "分组合价",
|
|
"comment": "分组合价",
|
|
"type": "REAL"
|
|
},
|
|
{
|
|
"name": "Pump_Truck_Pouring",
|
|
"alias": "泵车浇制",
|
|
"comment": "泵车浇制,取值1为泵车浇制,取值0为非泵车浇制",
|
|
"type": "INT"
|
|
},
|
|
{
|
|
"name": "On_Site_Preparation",
|
|
"alias": "现场制备",
|
|
"comment": "现场制备,取值1为现场制备,取值0为非现场制备",
|
|
"type": "INT"
|
|
},
|
|
{
|
|
"name": "Clear_Water_Concrete",
|
|
"alias": "清水混凝土",
|
|
"comment": "清水混凝土,取值1为清水混凝土,取值0为非清水混凝土",
|
|
"type": "INT"
|
|
},
|
|
{
|
|
"name": "Debugging_Fee_Calculation",
|
|
"alias": "调试费计取",
|
|
"comment": "调试费计取,取值计取、不计取",
|
|
"type": "VARCHAR"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |