1
0
mirror of https://github.com/FatttSnake/Pinnacle-OA.git synced 2026-04-06 07:21:24 +08:00

the function of modify top have been completed and modify the manageTable index

This commit is contained in:
cccccyb
2023-05-20 02:32:51 +08:00
parent b1f4ad07a8
commit e122933bb9
10 changed files with 144 additions and 64 deletions

View File

@@ -17,5 +17,5 @@ import java.util.List;
public interface INoticeReceiveService extends IService<NoticeReceive> {
List<Notice> selectByUserId(Integer readStatus);
Boolean modifyNoticeIsRead(Long noticeId,Integer readStatus);
Boolean modifyNoticeIsRead(Notice notice);
}