Administrator
2025-08-15 a89bf85ca14e3bf7065a6de1bbddf7afd288c992
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);