mirror of
https://github.com/dromara/RuoYi-Vue-Plus.git
synced 2025-09-19 01:36:39 +08:00
14 lines
256 B
Java
14 lines
256 B
Java
package com.ruoyi.system.mapper;
|
|
|
|
import com.ruoyi.common.core.page.BaseMapperPlus;
|
|
import com.ruoyi.system.domain.SysNotice;
|
|
|
|
/**
|
|
* 通知公告表 数据层
|
|
*
|
|
* @author ruoyi
|
|
*/
|
|
public interface SysNoticeMapper extends BaseMapperPlus<SysNotice> {
|
|
|
|
}
|