package com.xjrsoft.module.oa.mapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.github.yulichang.base.MPJBaseMapper; import com.xjrsoft.module.oa.dto.NewsPageDto; import com.xjrsoft.module.oa.entity.News; import com.xjrsoft.module.oa.vo.NewsPageVo; import org.apache.ibatis.annotations.Mapper; /** *
* 新闻中心表 Mapper 接口 *
* * @author zlf * @since 2022-06-16 */ @Mapper public interface NewsMapper extends MPJBaseMapper