package com.prj.controller;

import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;

import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RequestMethod;

import com.prj.entity.Teacher;
import com.prj.server.TerServer;



@Controller
public class TerController {
	@Resource
	private TerServer terserver;
@RequestMapping("/queryTerController")	
public String queryTer(Model model){
		
		model.addAttribute("terList", terserver.queryTer());
		
		return "/index.jsp";
	}
@RequestMapping(value="/addTeacherController",method=RequestMethod.POST)   
public String addTeacher(Teacher teacher){
	
	terserver.addTeacher(teacher);
		
		return "redirect:/queryTerController";
	
	
}    
    
@RequestMapping(value="/findByIdController")
	public String findByIdStu(HttpServletRequest request, int tid){
    request.setAttribute("terlist", terserver.findById(tid));
	
		
		return "/update.jsp";
	}
    
    
    
@RequestMapping(value="/updateTeacherController",method=RequestMethod.POST)
	public String updateTeacher(Teacher teacher){
		
	terserver.updateTeacher(teacher);
		
		return "redirect:/queryTerController";
	}
    
@RequestMapping(value="/deleteByIdTerController")
  public String  deleteById(int tid){
	
	terserver.deleteById(tid);
	return "redirect:/queryTerController";
	
	
}
    
    
    
    
    
    
    
    
    
    
    
}
最近下载更多
nurgul  LV1 6月8日
可乐要加冰1  LV7 5月20日
血羽如风  LV6 1月25日
768881787  LV7 2023年12月25日
wwwww816  LV5 2023年12月19日
zhumeng168  LV5 2023年7月8日
6389181  LV7 2023年5月31日
yeyuuu  LV6 2023年5月20日
187331  LV3 2022年11月27日
不想吃菠菜的1212333  LV1 2022年11月26日
最近浏览更多
lxzlxzl  LV1 6月21日
qiwwwww  LV2 6月20日
szqqqaaqqa  LV1 6月20日
qq970040477  LV24 6月16日
nurgul  LV1 6月8日
可乐要加冰1  LV7 5月20日
血羽如风  LV6 1月25日
沈从文  LV3 1月1日
微信网友_6802139027345408  LV2 2023年12月31日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友