Files
klp-oa/ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysNoticeMapper.java

14 lines
270 B
Java
Raw Normal View History

2021-12-21 10:15:12 +08:00
package com.ruoyi.system.mapper;
import com.ruoyi.common.core.mybatisplus.core.BaseMapperPlus;
import com.ruoyi.system.domain.SysNotice;
/**
* 通知公告表 数据层
*
* @author Lion Li
*/
public interface SysNoticeMapper extends BaseMapperPlus<SysNotice> {
}