From d3fa75d27b2169cc0fffe6b8f0079e49dfa8c85f Mon Sep 17 00:00:00 2001
From: ‘liusuyi’ <1951119284@qq.com>
Date: 星期二, 19 九月 2023 16:27:54 +0800
Subject: [PATCH] 优化日志
---
ard-work/src/main/java/com/ruoyi/alarmpoints/well/service/IArdAlarmpointsWellService.java | 23 +++++++++++++++++++++++
1 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/ard-work/src/main/java/com/ruoyi/alarmpoints/well/service/IArdAlarmpointsWellService.java b/ard-work/src/main/java/com/ruoyi/alarmpoints/well/service/IArdAlarmpointsWellService.java
index 1db5728..747dff2 100644
--- a/ard-work/src/main/java/com/ruoyi/alarmpoints/well/service/IArdAlarmpointsWellService.java
+++ b/ard-work/src/main/java/com/ruoyi/alarmpoints/well/service/IArdAlarmpointsWellService.java
@@ -2,7 +2,10 @@
import java.util.List;
+import com.github.pagehelper.PageInfo;
import com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWell;
+import com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWellDeptVo;
+import com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWellParam;
/**
* 浜曠鐞哠ervice鎺ュ彛
@@ -95,4 +98,24 @@
* @param well 浜曚俊鎭�
*/
public void checkWellAllowed(ArdAlarmpointsWell well);
+
+ /**
+ * 鏍稿浜曞彿鏄惁鍞竴
+ *
+ * @param id 闇�瑕佹牳瀵圭殑浜曠殑涓婚敭
+ * @return 缁撴灉
+ */
+
+ public Boolean checkWellIdExists(ArdAlarmpointsWell well);
+
+ List<ArdAlarmpointsWell> wellByDeptList(List<Long> deptList);
+
+ ArdAlarmpointsWell wellById(String id);
+
+ List<ArdAlarmpointsWell> wellList(List<Long> deptList);
+
+ PageInfo<ArdAlarmpointsWell> conditionList(ArdAlarmpointsWellParam ardAlarmpointsWellParam);
+
+ List<ArdAlarmpointsWellDeptVo> wellListDept(List<Long> deptList);
+
}
--
Gitblit v1.9.3