gongchunyi
3 天以前 3faea5bad90c8e55e8bf83f7a9c603f789ed6c84
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);
}