zqy
2024-05-24 c480eb65432f700d971d9a79173d77986df1df54
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfCollectionController.java
@@ -49,6 +49,11 @@
        return zfCollectionService.selectDataList(zfCollection, pageNum, pageSize);
    }
    @GetMapping("/type")
    public AjaxResult listType(){
        return zfCollectionService.listType();
    }
    /**
     * 根据id查询
     */