whywhyo
2023-09-18 c7e5ab1d0b242a3ccf9cec1255a4d773bbbdf142
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.listType();
    }
    /**
     * 获取导入模板
     */