package com.recruit.control;

import javax.servlet.http.HttpServletRequest;

import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;




@Controller
@RequestMapping("/blog")
public class BlogController {
	
	
	@RequestMapping(value = "/goBlog")
	public ModelAndView  goAllBlog(HttpServletRequest request) {
		ModelAndView view = new ModelAndView();
    	view.setViewName("blog/blogs");
		return view;
	}

	@RequestMapping(value = "/goContactUs")
	public ModelAndView  goContectUs(HttpServletRequest request) {
		ModelAndView view = new ModelAndView();
    	view.setViewName("blog/contactUs");
		return view;
	}
	
}
最近下载更多
吉吉jijiji  LV2 6月17日
HY1234  LV1 6月2日
xiaopengzep  LV1 3月11日
婴儿早教打猫猫菇  LV2 2月17日
liubojian  LV2 1月3日
微信网友_6693238752481280  LV1 2023年10月15日
leighua  LV1 2023年6月8日
17771013609  LV4 2023年4月12日
xiaocai12323123sd  LV2 2023年3月27日
18356557758  LV5 2023年3月21日
最近浏览更多
krispeng  LV13 10月28日
暂无贡献等级
maoye520  LV1 10月8日
799743530  LV11 7月8日
吉吉jijiji  LV2 6月17日
wangbh1234  LV1 6月7日
chenranr  LV10 6月4日
HY1234  LV1 6月2日
chirsbey2 5月10日
暂无贡献等级
860421  LV3 4月18日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友