|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 井管理Service接口 | 
|---|
|  |  |  | 
|---|
|  |  |  | * @return 结果 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public int updateArdAlarmpointsWell(ArdAlarmpointsWell ardAlarmpointsWell); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 修改井管理按井号 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * @param ardAlarmpointsWell 井管理 | 
|---|
|  |  |  | * @return 结果 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public int updateArdAlarmpointsWellByWellId(ArdAlarmpointsWell ardAlarmpointsWell); | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 批量删除井管理 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param operName 操作用户 | 
|---|
|  |  |  | * @return 结果 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public String importUser(List<ArdAlarmpointsWell> ardAlarmpointsWellList, Boolean isUpdateSupport, String operName); | 
|---|
|  |  |  | public String importWell(List<ArdAlarmpointsWell> ardAlarmpointsWellList, Boolean isUpdateSupport, String operName); | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 校验用户是否有数据权限 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | 
|---|
|  |  |  | * @param well 井信息 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | public void checkWellAllowed(ArdAlarmpointsWell well); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 核对井号是否唯一 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * @param well 需要核对的井 | 
|---|
|  |  |  | * @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); | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 获取附近的井 | 
|---|
|  |  |  | * 刘苏义 | 
|---|
|  |  |  | * 2023/9/27 10:26:35 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  | List<ArdAlarmpointsWell> getNearbyWellList(Double longitudeCenter,Double latitudeCenter, Long deptId,Integer range); | 
|---|
|  |  |  | } | 
|---|