| | |
| | | import com.dy.pipIrrGlobal.pojoIr.IrProject; |
| | | import com.dy.pipIrrGlobal.pojoPr.PrController; |
| | | import com.dy.pipIrrGlobal.pojoPr.PrIntake; |
| | | import com.dy.pipIrrGlobal.voIr.VoProject; |
| | | import com.dy.pipIrrGlobal.voPr.VoIntake; |
| | | import org.apache.ibatis.annotations.Mapper; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | | /** |
| | | * @author :WuZeYu |
| | |
| | | int deleteLogicById(Long id); |
| | | //改 |
| | | int updateByPrimaryKeySelective(IrProject record); |
| | | //查一个 |
| | | IrProject selectById(Long id); |
| | | |
| | | /** |
| | | * 修改项目状态 |
| | | * @param id |
| | | * @return |
| | | */ |
| | | int updateProjectState(IrProject record); |
| | |
| | | * @return |
| | | */ |
| | | Long getSupperByVillageId(long vaId); |
| | | |
| | | /** |
| | | * 根据指定条件获取取水口记录数 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | Long getRecordCount(Map<?, ?> params); |
| | | |
| | | /** |
| | | * 根据指定条件获取取水口记录 |
| | | * @param params |
| | | * @return |
| | | */ |
| | | List<VoProject> getProjects(Map<?, ?> params); |
| | | } |