Administrator
2023-08-23 f97d74f9f851ef70048fab599d7bc54d7932afc7
ard-work/src/main/java/com/ruoyi/alarmpoints/well/service/IArdAlarmpointsWellService.java
@@ -3,6 +3,7 @@
import java.util.List;
import com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWell;
import com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWellParam;
/**
 * 井管理Service接口
@@ -95,4 +96,12 @@
     * @param well 井信息
     */
    public void checkWellAllowed(ArdAlarmpointsWell well);
    List<ArdAlarmpointsWell> wellByDeptList(List<Long> deptList);
    ArdAlarmpointsWell wellById(String id);
    List<ArdAlarmpointsWell> wellList(List<Long> deptList);
    List<ArdAlarmpointsWell> conditionList(ArdAlarmpointsWellParam ardAlarmpointsWellParam);
}