|  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 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; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | 
|---|
|  |  |  | /** | 
|---|
|  |  |  | * 核对井号是否唯一 | 
|---|
|  |  |  | * | 
|---|
|  |  |  | * @param id 需要核对的井的主键 | 
|---|
|  |  |  | * @param well 需要核对的井 | 
|---|
|  |  |  | * @return 结果 | 
|---|
|  |  |  | */ | 
|---|
|  |  |  |  | 
|---|
|  |  |  | 
|---|
|  |  |  | 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); | 
|---|
|  |  |  | } | 
|---|