liding
4 天以前 0f8f4c5de1d817aa87c4c79e966d3cfbd0997aeb
main-business/src/main/java/com/ruoyi/business/controller/PendingInventoryController.java
@@ -58,4 +58,11 @@
        return R.ok(pendingInventoryService.delByIds(ids));
    }
    /**
     * 配煤计算器到待入库
     */
    @PostMapping("/addPending")
    public R addPending(@RequestBody PendingInventoryDto pendingInventoryDto) {
        return R.ok(pendingInventoryService.addPending(pendingInventoryDto));
    }
}