whywhyo
2023-07-22 dfdd4bd5d112a17ccd1483ad11fe023817d54d26
zhang-content/src/main/java/com/ruoyi/service/ZfCollectionService.java
@@ -22,7 +22,14 @@
    List<ZfCollection> selectByCondition(ZfCollection zfCollection);
    List<ZfCollection> selectByIds(Long[] ids);
    AjaxResult importExcel(MultipartFile file);
    AjaxResult addData2(ZfCollection zfCollection);
//    AjaxResult addData2(ZfCollection zfCollection);
    AjaxResult addData(ZfCollection zfCollection);
    AjaxResult updateData(ZfCollection zfCollection);
    AjaxResult deleteData(Long[] ids);
}