src/main/java/com/ruoyi/project/system/service/ISysNoticeService.java
@@ -67,6 +67,13 @@ int readAll(); /** * 清除当前登录用户的全部消息 * * @return 结果 */ int clearAll(); /** * 通过指定人发送提醒 * @param title 标题 * @param message 消息 @@ -82,4 +89,11 @@ */ void simpleNoticeAll(final String title, final String message,final String jumpPath); /** * APP点击推送消息更改为已读状态 * * @param noticeId 消息ID * @return 失败/成功 */ boolean appReadNotice(Long noticeId); }