zqy
2024-11-26 8a3d7199725a52b555d46daae5e95cef914c9ab3
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();
    }
    /**
     * 获取导入模板
     */