| | |
| | | var typeList = new List<Type>() |
| | | { |
| | | typeof(Entity.AssetsPumpGroup), |
| | | typeof(Entity.AssetsPumpGroupAndMainMap), |
| | | typeof(Entity.AssetsPumpGroupAndMainMapping), |
| | | typeof(Entity.AssetsPumpMain), |
| | | typeof(Entity.AssetsPumpMainAndPartMap), |
| | | typeof(Entity.AssetsPumpMainAndPartMapping), |
| | | typeof(Entity.AssetsPumpPartMain), |
| | | typeof(Entity.AssetsPumpPropContent), |
| | | typeof(Entity.AssetsPumpSeries), |
| | | typeof(Entity.AssetsPumpType), |
| | | typeof(Entity.AssetsPumpTypeSeriesMap), |
| | | typeof(Entity.AssetsPumpSeriesTypeMapping), |
| | | typeof(Entity.AssetsPumpSeriesManufacturerMapping), |
| | | |
| | | //阀门 |
| | | typeof(Entity.AssetsValveMain), |
| | |
| | | |
| | | //厂商 |
| | | typeof(Entity.AssetsManufacturer), |
| | | typeof(Entity.AssetsManufacturerMapping), |
| | | typeof(Entity.AssetsManufacturerSeries), |
| | | |
| | | //自定义 |
| | | typeof(Entity.AssetsUserDefined), |
| | | |
| | | //空压机 |
| | | typeof(Entity.AssetsExchangerMain), |
| | | typeof(Entity.AssetsExchangerMainAndPartMap), |
| | | typeof(Entity.AssetsExchangerMainAndPartMapping), |
| | | typeof(Entity.AssetsExchangerPartMain), |
| | | typeof(Entity.AssetsExchangerPropContent), |
| | | typeof(Entity.AssetsExchangerSeries), |
| | |
| | | //换热器 |
| | | typeof(Entity.AssetsCompressorPartMain), |
| | | typeof(Entity.AssetsCompressorMain), |
| | | typeof(Entity.AssetsCompressorMainAndPartMap), |
| | | typeof(Entity.AssetsCompressorMainAndPartMapping), |
| | | typeof(Entity.AssetsCompressorPropContent), |
| | | typeof(Entity.AssetsCompressorSeries), |
| | | typeof(Entity.AssetsCompressorCoefficient), |
| | | |
| | | //成套设备 |
| | | typeof(Entity.AssetsEquipmentMain), |
| | | typeof(Entity.AssetsEquipmentPumpMapping), |
| | | typeof(Entity.AssetsEquipmentSeries), |
| | | typeof(Entity.AssetsPackageMain), |
| | | typeof(Entity.AssetsPackagePumpMapping), |
| | | typeof(Entity.AssetsPackageSeries), |
| | | typeof(Entity.AssetsPackageMfrMapping), |
| | | typeof(Entity.AssetsPackagePartMain), |
| | | typeof(Entity.AssetsPackageMainAndPartMapping), |
| | | typeof(Entity.AssetsPackagePropContent), |
| | | }; |
| | | |
| | | using (var db = new SqlSugarClient(connectConfig)) |