package com.pz.system.mapper; import com.pz.common.core.mapper.BaseMapperPlus; import com.pz.system.domain.SysNotice; /** * 通知公告表 数据层 * * @author Lion Li */ public interface SysNoticeMapper extends BaseMapperPlus<SysNoticeMapper, SysNotice, SysNotice> { }