RuoYi-Vue-Plus/ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysNoticeMapper.java

14 lines
288 B
Java

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