疯狂的狮子li
2020-03-19 67657e9f02b47ac0381228781a37e0ad69deef05
ruoyi/src/main/java/com/ruoyi/project/system/mapper/SysNoticeMapper.java
@@ -56,5 +56,5 @@
     * @param noticeIds 需要删除的公告ID
     * @return 结果
     */
    public int deleteNoticeByIds(Long noticeIds);
    public int deleteNoticeByIds(Long[] noticeIds);
}