From 8d21a2ee4d863a3422a1def79b9f1928c00d22aa Mon Sep 17 00:00:00 2001 From: zqy <2522236926@qq.com> Date: 星期日, 22 六月 2025 23:20:27 +0800 Subject: [PATCH] 没生效 重新上传 --- zhang-content/src/main/java/com/ruoyi/service/ZfEquipDownloadService.java | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/zhang-content/src/main/java/com/ruoyi/service/ZfEquipDownloadService.java b/zhang-content/src/main/java/com/ruoyi/service/ZfEquipDownloadService.java index a7c1448..84a0128 100644 --- a/zhang-content/src/main/java/com/ruoyi/service/ZfEquipDownloadService.java +++ b/zhang-content/src/main/java/com/ruoyi/service/ZfEquipDownloadService.java @@ -1,3 +1,4 @@ + package com.ruoyi.service; import com.baomidou.mybatisplus.extension.service.IService; @@ -7,7 +8,8 @@ public interface ZfEquipDownloadService extends IService<ZfDownload> { AjaxResult addData(ZfDownload zfDownload); - AjaxResult deleteData(Long[] ids); + Boolean deleteData(Long[] ids); AjaxResult selectDoctorList(ZfDownload zfDownload, Integer pageNo , Integer pageSize); + } -- Gitblit v1.9.1