zhubaomin
2025-02-21 1f19230e00b543b58f03853df1a38ebd8b508e55
pipIrr-platform/pipIrr-global/src/main/java/com/dy/pipIrrGlobal/daoIr/IrIrrigateScheduleMapper.java
@@ -2,7 +2,10 @@
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import com.dy.pipIrrGlobal.pojoIr.IrIrrigateSchedule;
import com.dy.pipIrrGlobal.voIr.VoIrrigateSchedule;
import org.apache.ibatis.annotations.Mapper;
import java.util.List;
/**
 * @author ZhuBaoMin
@@ -23,4 +26,11 @@
    int updateByPrimaryKeySelective(IrIrrigateSchedule record);
    int updateByPrimaryKey(IrIrrigateSchedule record);
    /**
     * 根据计划ID获取灌溉次序
     * @param planId
     * @return
     */
    List<VoIrrigateSchedule> getIrrigateSchedules(Long planId);
}