Administrator
2025-08-01 4c3cb57bc67fbecde02e68400f7b72a7eb817f44
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);