mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
senderName filter and selectByTitile completed
This commit is contained in:
@@ -18,5 +18,7 @@ public interface INoticeService extends IService<Notice> {
|
||||
|
||||
List<Notice> selectAllNotice();
|
||||
|
||||
List<Notice> selectByTitle(String title);
|
||||
|
||||
Boolean deleteById(Long nid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user