加入辅料备件

This commit is contained in:
2026-01-20 15:20:19 +08:00
parent 9eceebb637
commit 5efe8c730c
6 changed files with 208 additions and 8 deletions

View File

@@ -104,6 +104,8 @@ public class EnergyCostReportController extends BaseController {
vo.setCurrentCoilNo(item.getCurrentCoilNo());
vo.setEnergyCost(item.getTotalEnergyCost());
vo.setStockCost(item.getStockCost());
vo.setAuxCost(item.getAuxCost());
vo.setSpareCost(item.getSpareCost());
vo.setTotalCost(item.getTotalCost());
return vo;
}).collect(Collectors.toList());