init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.ruoyi.cai.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.ruoyi.cai.domain.SysPushLog;
|
||||
|
||||
/**
|
||||
* 推送系统消息记录Mapper接口
|
||||
*
|
||||
* @author 77
|
||||
* @date 2024-01-28
|
||||
*/
|
||||
public interface SysPushLogMapper extends BaseMapper<SysPushLog> {
|
||||
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
package com.ruoyi.cai.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.ruoyi.cai.domain.SysPush;
|
||||
|
||||
/**
|
||||
* 推送系统消息Mapper接口
|
||||
*
|
||||
* @author 77
|
||||
* @date 2024-01-28
|
||||
*/
|
||||
public interface SysPushMapper extends BaseMapper<SysPush> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user