mirror of
https://github.com/FatttSnake/Pinnacle-OA.git
synced 2026-04-06 07:21:24 +08:00
Temp commit on 2023-05-01 5:00
This commit is contained in:
@@ -16,5 +16,7 @@ import java.util.List;
|
||||
public interface INoticeService extends IService<Notice> {
|
||||
Notice selectByNoticeId(Long nid);
|
||||
|
||||
List<Notice> selectAllNoticeId();
|
||||
List<Notice> selectAllNotice();
|
||||
|
||||
Boolean deleteById(Long nid);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user