zhangback
2025-12-29 3fa2221feb0de6d43f5cad8e8bab7463b39c1dda
service/src/main/java/com/ruoyi/cwgl/controller/EstimatedReceivableBillController.java
@@ -94,6 +94,16 @@
    {
        return toAjax(estimatedReceivableBillService.updateEstimatedReceivableBill(estimatedReceivableBill));
    }
    /**
     * 修改预估应收账单
     */
    @PreAuthorize("@ss.hasPermi('cwgl:estimatedReceivableBill:edit')")
    @Log(title = "预估应收账单", businessType = BusinessType.UPDATE)
    @PutMapping("name")
    public AjaxResult name(@RequestBody EstimatedReceivableBill estimatedReceivableBill)
    {
        return toAjax(estimatedReceivableBillService.updateEstimatedReceivableBillName(estimatedReceivableBill));
    }
    /**
     * 修改预估应收账单