package com.itwyc.forum.mapper; import java.util.ArrayList; import org.apache.ibatis.annotations.Param; import org.springframework.stereotype.Repository; import com.itwyc.forum.pojo.Announcement; @Repository public interface AnnouncementMapper { // 将所有公告发布在页面 ArrayList<Announcement> getAll(); //后台发布公告 void insertAnnouncement(@Param("title") String title,@Param("content") String content); //后台删除公告 void delAnnouncement(int id); //根据id查询公告 ArrayList<Announcement> getOne(int id); }

864216741 LV2
2024年8月25日
的还是看哈 LV3
2023年11月6日
molu123456
2023年10月16日
暂无贡献等级
tatakai LV2
2023年3月22日
ProsperKing LV4
2023年2月20日
hqy966 LV5
2022年7月5日
wanglinddad LV55
2022年4月3日
a318888331 LV13
2022年3月24日
379131419 LV11
2021年12月14日
18219194576 LV7
2021年11月24日

skmckk LV9
5月7日
月牙君 LV1
4月25日
ChanLain LV2
3月3日
xiaoaitx LV8
1月2日
微信网友_7300409508155392
2024年12月17日
暂无贡献等级
864216741 LV2
2024年8月25日
TY0165 LV20
2024年6月24日
chenyang YI
2024年6月6日
暂无贡献等级
zuorishu
2024年5月16日
暂无贡献等级
2017143155 LV12
2024年5月1日