| | |
| | | |
| | | |
| | | import cn.gistack.resource.entity.TextualResearchAttach; |
| | | import cn.gistack.resource.vo.AlertTextualResearchAttachVO; |
| | | import cn.gistack.resource.vo.TextualResearchAttachVO; |
| | | import com.baomidou.mybatisplus.core.mapper.BaseMapper; |
| | | import com.baomidou.mybatisplus.core.metadata.IPage; |
| | |
| | | */ |
| | | List<TextualResearchAttachVO> selectTextualResearchAttachPage(IPage<TextualResearchAttachVO> page, |
| | | @Param("textualResearchAttach") TextualResearchAttachVO textualResearchAttach); |
| | | |
| | | List<AlertTextualResearchAttachVO> getSyLackAlertList(); |
| | | |
| | | List<AlertTextualResearchAttachVO> getWyLackAlertList(); |
| | | } |