陈昶聿
2 天以前 0c3f4ea5accd7b8cc667013f0c88abe4a6c1e96e
ruoyi-admin/src/main/java/com/ruoyi/web/controller/smartor/ServiceOutPathController.java
@@ -142,6 +142,17 @@
        return toAjax(serviceOutPathService.insertServiceOutPath(serviceOutPath));
    }
    /**
     * 新增主键
     */
    @ApiOperation("新增主键")
    @Log(title = "主键", businessType = BusinessType.INSERT)
    @PostMapping("/addOutPath")
    public AjaxResult addOutPath(@RequestBody ServiceOutPath serviceOutPath) {
        return success(serviceOutPathService.addOutPath(serviceOutPath));
    }
    /**
     * 修改主键
     */