feige
2025-06-23 082ba3d3cd975f182425448bcea3a9166b70980b
ruoyi-admin/src/main/java/com/ruoyi/web/controller/zhang/ZfPropertyController.java
@@ -45,6 +45,11 @@
        return zfPropertyService.selectDataList(zfProperty, pageNum, pageSize);
    }
    @GetMapping("/type")
    public AjaxResult listType(){
        return zfPropertyService.selectType();
    }
    /**
     * 获取导入模板
     */