mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
AlRead and ToRead function have been compeled,another add rightClick menu
This commit is contained in:
@@ -16,4 +16,6 @@ import java.util.List;
|
||||
*/
|
||||
public interface INoticeReceiveService extends IService<NoticeReceive> {
|
||||
List<Notice> selectByUserId(Integer readStatus);
|
||||
|
||||
Boolean modifyNoticeIsRead(Long noticeId,Integer readStatus);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user