feige
2024-10-07 f57c5b200b97a01738ace0cfa06e991ee4c01460
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查询
     */