jinquanOu
2024-06-11 5d7b0a0bbcae6844e2296ef53c3f4c88293dacfe
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查询
     */