src/main/java/com/ruoyi/purchase/controller/PurchaseLedgerController.java
@@ -137,6 +137,17 @@ } /** * 采购草稿简易新增 */ @Log(title = "采购台账", businessType = BusinessType.INSERT) @PostMapping("/saveShortagePurchaseDraft") @Operation(summary = "简易新增采购草稿") public AjaxResult saveShortagePurchaseDraft(@RequestBody PurchaseLedgerDto purchaseLedgerDto) throws Exception { Long id = purchaseLedgerService.saveShortagePurchaseDraft(purchaseLedgerDto); return AjaxResult.success("保存成功", id); } /** * 查询采购模板 */ @Operation(summary = "/查询采购模板")