liding
10 小时以前 94509204d25f7c0ad213ae2322be2bd5bfd17424
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());
    }
}