666
whywhyo
2023-07-16 2039385fa4b4ac688907134ee7c7025fb2aea1fb
zhang-content/src/main/java/com/ruoyi/service/IZfPropertyService.java
@@ -19,11 +19,17 @@
    List<ZfProperty> selectByCondition(ZfProperty zfProperty);
    AjaxResult selectPropertyList(ZfProperty zfProperty,Integer pageNum,Integer pageSize);
    AjaxResult selectDataList(ZfProperty zfProperty,Integer pageNum,Integer pageSize);
    List<ZfProperty> selectByIds( Long[] ids);
    List<ZfProperty> selectByFamilyIds(Long[] familyIds);
    AjaxResult addData(ZfProperty zfProperty);
    AjaxResult addData2(ZfProperty zfProperty);
    AjaxResult updateData(ZfProperty zfProperty);
    AjaxResult deleteData(Long[] ids);
//    AjaxResult addData2(ZfProperty zfProperty);
    AjaxResult importExcel(MultipartFile file);
}