aijinhui
2023-10-16 59fcc48c8589b9df2af744fd6c77854061a52f54
ard-work/src/main/java/com/ruoyi/alarmpoints/well/mapper/ArdAlarmpointsWellMapper.java
@@ -4,6 +4,7 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWell;
import com.ruoyi.alarmpoints.well.domain.ArdAlarmpointsWellDeptVo;
import com.ruoyi.common.annotation.DataScope;
@@ -85,8 +86,10 @@
     * @return 结果
     */
    public boolean checkWellIdExists(String wellId);
    public ArdAlarmpointsWell checkWellIdExists(String wellId);
    List<ArdAlarmpointsWell> wellByPlanId(String id);
    List<ArdAlarmpointsWellDeptVo> wellListDept(List<Long> deptList);
}