main-business/src/main/java/com/ruoyi/business/controller/OfficialInventoryController.java
@@ -69,4 +69,11 @@ return R.ok(officialInventoryService.mergeAll(officialInventoryDto)); } /** * 配煤计算器选择list */ @GetMapping("/coalBlendingList") public R<List<OfficialInventoryDto>> coalBlendingList() { return R.ok(officialInventoryService.coalBlendingList()); } }