| | |
| | | |
| | | |
| | | import cn.gistack.resource.entity.TextualResearchAttach; |
| | | import cn.gistack.resource.vo.AlertTextualResearchAttachVO; |
| | | import cn.gistack.resource.vo.TextualResearchAttachVO; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | | import com.baomidou.mybatisplus.extension.service.IService; |
| | | |
| | | import java.util.List; |
| | | |
| | | /** |
| | | * 考证附件服务层 |
| | |
| | | * @return |
| | | */ |
| | | Object selectTextualResearchAttachPage(IPage<TextualResearchAttachVO> page, TextualResearchAttachVO textualResearchAttach); |
| | | |
| | | |
| | | /** |
| | | * 获取渗压监测基础资料缺失水库列表 |
| | | * @return |
| | | */ |
| | | List<AlertTextualResearchAttachVO> getSyLackAlertList(); |
| | | |
| | | |
| | | |
| | | /** |
| | | * 获取位移监测基础资料缺失水库列表 |
| | | * @return |
| | | */ |
| | | List<AlertTextualResearchAttachVO> getWyLackAlertList(); |
| | | } |