| | |
| | | //阀门 |
| | | typeof(Entity.AssetsValveMain), |
| | | typeof(Entity.AssetsValveSeries), |
| | | typeof(Entity.AssetsValveCoefficient), |
| | | typeof(Entity.AssetsValveFactor), |
| | | typeof(Entity.AssetsValvePartMain), |
| | | typeof(Entity.AssetsValveMainAndPartMapping), |
| | | |
| | |
| | | //自定义 |
| | | typeof(Entity.AssetsUserDefined), |
| | | |
| | | |
| | | |
| | | //换热器 |
| | | typeof(Entity.AssetsCompressorPartMain), |
| | | typeof(Entity.AssetsCompressorMain), |
| | |
| | | typeof(Entity.AssetsHydrantSeries), |
| | | typeof(Entity.AssetsHydrantCoefficient), |
| | | |
| | | //压力表 |
| | | typeof(Entity.AssetsPressmeterMain), |
| | | typeof(Entity.AssetsPressmeterSeries), |
| | | typeof(Entity.AssetsPressmeterCoefficient), |
| | | |
| | | //过渡件 |
| | | typeof(Entity.AssetsTranslationMain), |
| | | typeof(Entity.AssetsTranslationSeries), |
| | |
| | | typeof(Entity.AssetsFlowmeterMain), |
| | | typeof(Entity.AssetsFlowmeterFactor), |
| | | |
| | | //压力表 |
| | | typeof(Entity.AssetsPressmeterSeries), |
| | | typeof(Entity.AssetsPressmeterMain), |
| | | typeof(Entity.AssetsPressmeterFactor), |
| | | |
| | | //换热器 |
| | | typeof(Entity.AssetsExchangerSeries), |
| | | typeof(Entity.AssetsExchangerMain), |
| | |
| | | typeof(Entity.AssetsCoolingSeries), |
| | | typeof(Entity.AssetsCoolingMain), |
| | | typeof(Entity.AssetsCoolingFactor), |
| | | |
| | | }; |
| | | |
| | | using (var db = new SqlSugarClient(connectConfig)) |