Administrator
2025-09-05 6fb9052c35348987cb4876cfab65f59d0558ab1b
src/main/java/cc/mrbird/febs/ai/controller/productCategory/AiProductCategoryController.java
@@ -53,7 +53,7 @@
    }
    @PostMapping("update")
    @ControllerEndpoint(operation = "分类-更新", exceptionMessage = "操作失败")
    @ControllerEndpoint(operation = "更新", exceptionMessage = "操作失败")
    public FebsResponse update(@RequestBody @Valid AiProductCategory dto) {
        return service.update(dto);