package com.itwyc.forum.mapper; import java.util.ArrayList; import org.springframework.stereotype.Repository; import com.itwyc.forum.pojo.Questions; @Repository public interface QuestionsMapper { //遍历所有的问题 ArrayList<Questions> getAll(); //提交问题 void insertQuestion(String topic); //根据id查询 Questions 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日