package com.flf.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.RequestMapping; import com.flf.entity.Info; import com.flf.entity.Page; import com.flf.service.InfoService; @Controller @RequestMapping(value="/info") public class InfoController { @Autowired private InfoService infoService; @RequestMapping public String info(Model model,Page page){ List<Info> infoList = infoService.listPageInfo(page); model.addAttribute("infoList", infoList); model.addAttribute("page", page); return "info"; } }

XiaoSong888 LV3
2024年1月10日
泓鼎168 LV20
2023年10月16日
wz520135 LV7
2022年11月5日
听着雨吹着风 LV9
2022年5月15日
叶柯宸 LV3
2022年5月10日
fengshengtian LV8
2022年4月21日
Start1 LV15
2022年3月8日
wanglinddad LV55
2021年12月30日
qq70081337 LV6
2021年8月28日
ssh123 LV10
2021年7月5日

chengguo123
4月2日
暂无贡献等级
18135724357
2024年10月12日
暂无贡献等级
yyhrhv LV8
2024年5月23日
13521878735 LV3
2024年3月26日
XiaoSong888 LV3
2024年1月10日
WBelong LV8
2023年12月26日
edpwyg LV14
2023年10月22日
泓鼎168 LV20
2023年10月16日
飞呀飞呀飞不放 LV7
2023年8月9日
gecongkai LV8
2023年6月22日