zqy
2024-07-15 e0bf75fedccd21ae9f91e9a5e6a4934dc8a269dd
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();
    }
    /**
     * 获取导入模板
     */