package com.ldu.controller; import com.ldu.pojo.User; import com.ldu.service.UserService; import com.ldu.util.UserGrid; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.*; import javax.annotation.Resource; import java.util.List; /** * Created by lenovo on 2017/5/9. */ @Controller public class MainController { @Resource private UserService userService; /*查找所有用户*/ @RequestMapping(value = "/userList") @ResponseBody public UserGrid getUserList(@RequestParam("current") int current, @RequestParam("rowCount") int rowCount) { int total = userService.getUserNum(); List<User> list = userService.getPageUser(current, rowCount); UserGrid userGrid = new UserGrid(); userGrid.setCurrent(current); userGrid.setRowCount(rowCount); userGrid.setRows(list); userGrid.setTotal(total); return userGrid; } }
最近下载更多
TY0165 LV20
6月23日
微信网友_7045469955706880 LV1
6月20日
yyhrhv LV8
6月7日
huangzy LV12
5月7日
玖零定制问题修复 LV34
4月4日
mili59 LV1
2月26日
wangsheng818 LV4
2月20日
爽朗的凯 LV2
2023年12月20日
jushi001 LV2
2023年12月18日
仙女山的月亮 LV2
2023年11月27日
最近浏览更多
微信网友_7249860635152384
11月11日
暂无贡献等级
shunlun8855 LV1
10月29日
张泽帅 LV6
10月17日
微信网友_7151914139078656 LV2
9月4日
897258976 LV8
8月29日
799743530 LV11
7月11日
柳咪华沙 LV7
6月29日
wyyyiii
6月24日
暂无贡献等级
微信网友_7051335135711232
6月24日
暂无贡献等级
TY0165 LV20
6月23日