zqy
2024-06-11 41704e538bd0402b8e8ca826404ba84f6de56fe5
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();
    }
    /**
     * 获取导入模板
     */