package sy.controller;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.ResponseBody;
import sy.pageModel.DataGrid;
import sy.pageModel.Online;
import sy.service.OnlineServiceI;
@RequestMapping("/onlineController")
@Controller
public class OnlineController {
private OnlineServiceI onlineService;
public OnlineServiceI getOnlineService() {
return onlineService;
}
@Autowired
public void setOnlineService(OnlineServiceI onlineService) {
this.onlineService = onlineService;
}
@RequestMapping("/datagrid")
@ResponseBody
public DataGrid datagrid(Online online) {
return onlineService.datagrid(online);
}
}
最近下载更多
st_ghost LV1
2023年3月18日
cqbscxh LV11
2022年9月19日
zm942646426 LV1
2022年8月3日
9605451tjb LV4
2022年1月19日
1006640152 LV11
2021年8月3日
我家大宝贝 LV4
2021年6月10日
Vera.Wu LV2
2021年6月3日
0592lyj LV9
2021年3月2日
jinglang LV11
2021年1月11日
李卓茹 LV3
2021年1月4日

最近浏览