gongchunyi
4 天以前 711a9201dfcb8fe8d445a6cf940bc7e4a9182e9d
src/main/java/com/ruoyi/project/system/service/ISysNoticeService.java
@@ -82,4 +82,11 @@
     */
    void simpleNoticeAll(final String title, final String message,final String jumpPath);
    /**
     * APP点击推送消息更改为已读状态
     *
     * @param noticeId 消息ID
     * @return 失败/成功
     */
    boolean appReadNotice(Long noticeId);
}