maven
2025-11-11 57d00c7a2f1c35a18d0f61c87cfc72480f376cfc
src/main/java/com/ruoyi/warehouse/controller/DocumentClassificationController.java
@@ -26,8 +26,8 @@
    private DocumentClassificationService documentClassificationService;
    //树结构
    @GetMapping("/getList")
    public List<DocumentClassificationTreeDto> getList() {
        return documentClassificationService.selectDocumentClassificationList();
    public  AjaxResult getList() {
        return AjaxResult.success(documentClassificationService.selectDocumentClassificationList());
    }
    @PostMapping("/add")
    @ApiOperation("文档分类-添加")