Administrator
2024-05-20 7913eefe6c8df6e68f6f1baa315c980ef1b433d5
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoIr/IrProjectMapper.java
@@ -5,6 +5,7 @@
import com.dy.pipIrrGlobal.pojoPr.PrController;
import com.dy.pipIrrGlobal.pojoPr.PrIntake;
import com.dy.pipIrrGlobal.voIr.VoProject;
import com.dy.pipIrrGlobal.voIr.VoProjectOne;
import com.dy.pipIrrGlobal.voPr.VoIntake;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
@@ -20,23 +21,28 @@
 */
@Mapper
public interface IrProjectMapper extends BaseMapper<IrProject> {
//增
    //增
    int insertSelective(IrProject record);
//删
    //删
    int deleteLogicById(Long id);
//改
    //改
    int updateByPrimaryKeySelective(IrProject record);
//查一个
    IrProject selectById(Long id);
    //查一个
    VoProjectOne selectById(Long id);
    /**
     * 修改项目状态
     *
     * @return
     */
    int updateProjectState(IrProject record);
    /**
     * 根据下级Id获取上一级地址Id
     *
     * @param vaId 下一级Id
     * @return
     */
@@ -44,6 +50,7 @@
    /**
     * 根据指定条件获取取水口记录数
     *
     * @param params
     * @return
     */
@@ -51,6 +58,7 @@
    /**
     * 根据指定条件获取取水口记录
     *
     * @param params
     * @return
     */