liurunyu
2025-03-26 b4bc05b29aa6d71072efdf39caf1808b4e69eca4
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoAllRound/Ar4RemoteMapper.java
@@ -1,7 +1,7 @@
package com.dy.pipIrrGlobal.daoAllRound;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.VoAllRound.VoArIntakeRemote;
import com.dy.pipIrrGlobal.voAllRound.VoArIntakeRemote;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -9,7 +9,7 @@
/**
 * @Author: liurunyu
 * @Date: 2025/1/14 16:45
 * @Date: 2025/1/22 09:45
 * @Description
 */
@Mapper
@@ -20,14 +20,21 @@
     * @param intakeId
     * @return
     */
    List<VoArIntakeRemote> alarmInfo(@Param("intakeId") Long intakeId) ;
    List<VoArIntakeRemote> alarmLastInfo(@Param("intakeId") Long intakeId) ;
    /**
     * 查询取水口最新开关阀信息
     * @param intakeId
     * @return
     */
    List<VoArIntakeRemote> openCloseValveInfo(@Param("intakeId") Long intakeId) ;
    List<VoArIntakeRemote> openCloseValveLastInfo(@Param("intakeId") Long intakeId) ;
    /**
     * 查询取水口最新漏损信息
     * @param intakeId
     * @return
     */
    List<VoArIntakeRemote> lossLastInfo(@Param("intakeId") Long intakeId) ;
}