init
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
package com.ruoyi.cai.service;
|
||||
|
||||
import com.baomidou.mybatisplus.extension.service.IService;
|
||||
import com.ruoyi.cai.domain.SysPush;
|
||||
|
||||
/**
|
||||
* 推送系统消息Service接口
|
||||
*
|
||||
* @author 77
|
||||
* @date 2024-01-28
|
||||
*/
|
||||
public interface SysPushService extends IService<SysPush> {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user