zhangjian
2023-10-24 f6a88f721b58a8f97759c0c1542608ff68b0fb5c
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);
}