yys
maven
2025-12-12 146d4e85ff1ed4603d9e721f87c7b3e494399a93
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("文档分类-添加")