liding
2025-05-21 9c0f77a63226589b86e43ae105c0002b667b4847
src/main/java/com/ruoyi/purchase/controller/PurchaseLedgerController.java
@@ -95,6 +95,14 @@
    }
    /**
     * 根据id查询采购合同号
     */
    @GetMapping("/getPurchaseNoById")
    public PurchaseLedgerDto getPurchaseNoById(Long id) {
        return purchaseLedgerService.getPurchaseNoById(id);
    }
    /**
     * 根据采购合同号查询产品
     */
    @GetMapping("/getProduct")