zqy
2024-11-05 9b2e78080fd730b87f6aa6fc2c3e89e2c0df5ad9
zhang-content/src/main/java/com/ruoyi/service/ZfCollectionService.java
@@ -22,7 +22,16 @@
    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);
    AjaxResult listType();
}