wujianwei
2026-04-01 c11e6f07b031eea6c7de4c5508b8dbf0ee01d2c7
tms/src/main/java/com/ruoyi/tms/controller/TmsPayableFeeController.java
@@ -73,6 +73,13 @@
        return AjaxResult.success(tmsPayableFeeService.selectTmsPayableFeeById(id));
    }
   @PreAuthorize("@ss.hasPermi('tms:tmsPayableFee:query')")
    @GetMapping(value = "/byDispatchNo/{dispatchNo}")
    public AjaxResult byDispatchNo(@PathVariable("dispatchNo") String dispatchNo)
    {
        return AjaxResult.success(tmsPayableFeeService.selectTmsPayableFeeByDispatchNo(dispatchNo));
    }
    /**
     * 新增应付费用
     */