package com.lunhan.xxx.repository.mapper; import com.lunhan.xxx.repository.BasicMapper;import com.lunhan.xxx.repository.po.NoticePO; /** * 公告 mapper * @author lin.liu */ public interface NoticeMapper extends BasicMapper { }