修改pc已读消息列表
This commit is contained in:
@@ -82,4 +82,11 @@ public interface IAppNoticeService
|
||||
void readSysNotices(String ids,Long userId);
|
||||
|
||||
List<Notice> selectListAppNotics(Notice notice);
|
||||
|
||||
/**
|
||||
* 获取消息列表
|
||||
* @param notice
|
||||
* @return
|
||||
*/
|
||||
List<Notice> selectListAppNotices(Notice notice);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user