mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
add the post of selectLimitByUserId
This commit is contained in:
@@ -17,5 +17,8 @@ import java.util.List;
|
||||
public interface INoticeReceiveService extends IService<NoticeReceive> {
|
||||
List<Notice> selectByUserId(Integer readStatus);
|
||||
|
||||
List<Notice> selectLimitByUserId();
|
||||
|
||||
Boolean modifyNoticeIsRead(Notice notice);
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user