zqy
2024-11-09 e37d2ce605787d75fe4fc851c87e7b6c02c9b2d8
zhang-content/src/main/java/com/ruoyi/service/ZfEquipmentService.java
@@ -24,8 +24,12 @@
    List<ZfEquipment> selectByCondition(ZfEquipment zfEquipment);
    List<ZfEquipment> selectByIds(Long[] ids);
    AjaxResult addData(ZfEquipment zfEquipment);
    AjaxResult addData2(ZfEquipment zfEquipment);
//    AjaxResult addData2(ZfEquipment zfEquipment);
    AjaxResult importExcel(MultipartFile file);
    AjaxResult updateData(ZfEquipment zfEquipment);
    AjaxResult deleteData(Long[] ids);
}