zqy
2024-11-09 f0792fca6d0874de97411af39c4d58d0c120412f
zhang-content/src/main/java/com/ruoyi/service/ZfCollectionService.java
@@ -25,5 +25,13 @@
    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);
    AjaxResult listType();
}