|
|
|
@ -96,7 +96,7 @@ public class MaterialKilnScene implements DntdModelI { |
|
|
|
|
|
|
|
|
|
electric = electric + (MaterialKilnModel.calculateSubstituteElectricity(matchedDevice.getDeviceHeatScene().getDevPower(), matchedDevice.getCount(), matchedDevice.getDeviceHeatScene().getDevAnnualOperationTime())); |
|
|
|
|
|
|
|
|
|
laborFee1 = laborFee1 + (matchedDevice.getCount() * matchedDevice.getDeviceHeatScene().getDevPrice() / matchedDevice.getDeviceHeatScene().getDevServiceLife()); |
|
|
|
|
laborFee1 = laborFee1 + (matchedDevice.getCount() * matchedDevice.getDeviceHeatScene().getLaborCost() / matchedDevice.getDeviceHeatScene().getDevServiceLife()); |
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
//初次投资费用
|
|
|
|
|