feige
2025-04-08 b3ae2d10a3ff63285fd194e93682c4b773663a8a
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查询
     */