src/main/java/com/ruoyi/production/service/IProductionSettlementBatchesService.java
@@ -29,4 +29,6 @@ List<String> getSubjectNames(ProductionSettlementDto dto); ProductionSettlementTotalDto getTotalCosts(ProductionSettlementDto dto); List<ProductionSettlementBatches> importExcelList(String year); }