feige
2023-05-17 b019df4914f99aeb6b6c0ff111b1c8a4424d3331
zhang-content/src/main/java/com/ruoyi/service/IZfPropertyService.java
@@ -20,7 +20,9 @@
    AjaxResult selectPropertyList(ZfProperty zfProperty,Integer pageNum,Integer pageSize);
    int addProperty(ZfProperty zfProperty);
    AjaxResult addData(ZfProperty zfProperty);
    AjaxResult addData2(ZfProperty zfProperty);
    AjaxResult importExcel(MultipartFile file);
}