mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-05 23:11:24 +08:00
add noticeTypeManage module
This commit is contained in:
@@ -15,5 +15,5 @@ import java.util.List;
|
||||
* @since 2023-04-30
|
||||
*/
|
||||
public interface INoticeReceiveService extends IService<NoticeReceive> {
|
||||
List<Notice> selectAllByUserId();
|
||||
List<Notice> selectByUserId(Integer readStatus);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user