feige
2025-01-16 25e3e85f3d9c0f4a33ac46b576997e70ce6eb2d7
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查询
     */