| | |
| | | //阀门 |
| | | typeof(Entity.AssetsValveMain), |
| | | typeof(Entity.AssetsValveSeries), |
| | | typeof(Entity.AssetsValveCoefficient), |
| | | typeof(Entity.AssetsValveFactor), |
| | | typeof(Entity.AssetsValvePartMain), |
| | | typeof(Entity.AssetsValveMainAndPartMapping), |
| | | |
| | | //弯头 |
| | | typeof(Entity.AssetsElbowMain), |
| | | typeof(Entity.AssetsElbowSeries), |
| | | typeof(Entity.AssetsElbowCoefficient), |
| | | typeof(Entity.AssetsElbowFactor), |
| | | |
| | | //三通 |
| | | typeof(Entity.AssetsThreelinkMain), |
| | | typeof(Entity.AssetsThreelinkSeries), |
| | | typeof(Entity.AssetsThreelinkCoefficient), |
| | | typeof(Entity.AssetsThreelinkFactor), |
| | | |
| | | //四通 |
| | | typeof(Entity.AssetsFourlinkMain), |
| | | typeof(Entity.AssetsFourlinkSeries), |
| | | typeof(Entity.AssetsFourlinkCoefficient), |
| | | typeof(Entity.AssetsFourlinkFactor), |
| | | |
| | | //管道 |
| | | typeof(Entity.AssetsPipeMain), |
| | | typeof(Entity.AssetsPipeSeries), |
| | | typeof(Entity.AssetsPipeCoefficient), |
| | | typeof(Entity.AssetsPipeFactor), |
| | | |
| | | //喷头 |
| | | typeof(Entity.AssetsSprinklerMain), |
| | | typeof(Entity.AssetsSprinklerSeries), |
| | | typeof(Entity.AssetsSprinklerCoefficient), |
| | | typeof(Entity.AssetsSprinklerFactor), |
| | | |
| | | //厂商 |
| | | typeof(Entity.AssetsManufacturer), |
| | |
| | | |
| | | //自定义 |
| | | typeof(Entity.AssetsUserDefined), |
| | | |
| | | |
| | | |
| | | //换热器 |
| | | typeof(Entity.AssetsCompressorPartMain), |
| | | typeof(Entity.AssetsCompressorMain), |
| | | typeof(Entity.AssetsCompressorMainAndPartMapping), |
| | | typeof(Entity.AssetsCompressorPropContent), |
| | | typeof(Entity.AssetsCompressorSeries), |
| | | typeof(Entity.AssetsCompressorCoefficient), |
| | | |
| | | //成套设备 |
| | | typeof(Entity.AssetsPackageMain), |
| | |
| | | //闷头 |
| | | typeof(Entity.AssetsBluntheadMain), |
| | | typeof(Entity.AssetsBluntheadSeries), |
| | | typeof(Entity.AssetsBluntheadCoefficient), |
| | | typeof(Entity.AssetsBluntheadFactor), |
| | | |
| | | //水池 |
| | | typeof(Entity.AssetsTankMain), |
| | | typeof(Entity.AssetsTankSeries), |
| | | typeof(Entity.AssetsTankCoefficient), |
| | | typeof(Entity.AssetsTankPartMain), |
| | | typeof(Entity.AssetsTankMainAndPartMapping), |
| | | |
| | | |
| | | |
| | | //流量计 |
| | | typeof(Entity.AssetsFlowmeterMain), |
| | | typeof(Entity.AssetsFlowmeterSeries), |
| | | typeof(Entity.AssetsFlowmeterCoefficient), |
| | | |
| | | //消火栓 |
| | | typeof(Entity.AssetsHydrantMain), |
| | | typeof(Entity.AssetsHydrantSeries), |
| | | typeof(Entity.AssetsHydrantCoefficient), |
| | | |
| | | //压力表 |
| | | typeof(Entity.AssetsPressmeterMain), |
| | | typeof(Entity.AssetsPressmeterSeries), |
| | | typeof(Entity.AssetsPressmeterCoefficient), |
| | | typeof(Entity.AssetsHydrantFactor), |
| | | |
| | | //过渡件 |
| | | typeof(Entity.AssetsTranslationMain), |
| | | typeof(Entity.AssetsTranslationSeries), |
| | | typeof(Entity.AssetsTranslationCoefficient), |
| | | typeof(Entity.AssetsTranslationFactor), |
| | | |
| | | //水表 |
| | | typeof(Entity.AssetsMeterSeries), |
| | | typeof(Entity.AssetsMeterMain), |
| | | typeof(Entity.AssetsMeterFactor), |
| | | |
| | | //流量计 |
| | | typeof(Entity.AssetsFlowmeterSeries), |
| | | typeof(Entity.AssetsFlowmeterMain), |
| | | typeof(Entity.AssetsFlowmeterFactor), |
| | | |
| | | //压力表 |
| | | typeof(Entity.AssetsPressmeterSeries), |
| | | typeof(Entity.AssetsPressmeterMain), |
| | | typeof(Entity.AssetsPressmeterFactor), |
| | | |
| | | //换热器 |
| | | typeof(Entity.AssetsExchangerSeries), |
| | | typeof(Entity.AssetsExchangerMain), |
| | | typeof(Entity.AssetsExchangerFactor), |
| | | |
| | | //压缩机 |
| | | typeof(Entity.AssetsCompressorSeries), |
| | | typeof(Entity.AssetsCompressorMain), |
| | | typeof(Entity.AssetsCompressorFactor), |
| | | |
| | | //冷却塔 |
| | | typeof(Entity.AssetsCoolingSeries), |
| | | typeof(Entity.AssetsCoolingMain), |
| | | typeof(Entity.AssetsCoolingFactor), |
| | | |
| | | }; |
| | | |
| | | using (var db = new SqlSugarClient(connectConfig)) |