From 302a7aa2b0a5324111cfa49cf71a2deba7a1a0d9 Mon Sep 17 00:00:00 2001 From: mitao <2763622819@qq.com> Date: 星期四, 27 三月 2025 17:32:22 +0800 Subject: [PATCH] Merge branch 'master' of https://gitee.com/boymi/YiFeiNN --- medicalWaste-system/src/main/java/com/sinata/system/service/MwProtectionEquipmentService.java | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/medicalWaste-system/src/main/java/com/sinata/system/service/MwProtectionEquipmentService.java b/medicalWaste-system/src/main/java/com/sinata/system/service/MwProtectionEquipmentService.java index f86b1c0..7062801 100644 --- a/medicalWaste-system/src/main/java/com/sinata/system/service/MwProtectionEquipmentService.java +++ b/medicalWaste-system/src/main/java/com/sinata/system/service/MwProtectionEquipmentService.java @@ -10,6 +10,8 @@ import com.sinata.system.domain.vo.MwProtectionEquipmentRecordVO; import com.sinata.system.domain.vo.MwProtectionEquipmentVO; +import java.util.List; + /** * <p> * 防护器具 服务类 @@ -73,4 +75,11 @@ * @return */ void delete(Long id); + + /** + * 防护器具列表 + * + * @return + */ + List<MwProtectionEquipmentVO> queryList(); } -- Gitblit v1.7.1