| | |
| | | typeof(Entity.AssetsPackagePartMain), |
| | | typeof(Entity.AssetsPackageMainAndPartMapping), |
| | | typeof(Entity.AssetsPackagePropContent), |
| | | |
| | | //闷头 |
| | | typeof(Entity.AssetsBluntheadMain), |
| | | typeof(Entity.AssetsBluntheadSeries), |
| | | typeof(Entity.AssetsBluntheadCoefficient), |
| | | |
| | | //水池 |
| | | typeof(Entity.AssetsTankMain), |
| | | typeof(Entity.AssetsTankSeries), |
| | | typeof(Entity.AssetsTankCoefficient), |
| | | |
| | | //水表 |
| | | typeof(Entity.AssetsMeterMain), |
| | | typeof(Entity.AssetsMeterSeries), |
| | | typeof(Entity.AssetsMeterCoefficient), |
| | | |
| | | //流量计 |
| | | 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.AssetsTranslationMain), |
| | | typeof(Entity.AssetsTranslationSeries), |
| | | typeof(Entity.AssetsTranslationCoefficient), |
| | | }; |
| | | |
| | | using (var db = new SqlSugarClient(connectConfig)) |