package com.lian.demo.controller;
import com.lian.demo.pojo.apartment;
import com.lian.demo.service.apartmentService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.servlet.ModelAndView;
import java.util.List;
@Controller
public class ApartmentController {
@Autowired
private apartmentService apartmentService;
@RequestMapping("/queryApartment")
public ModelAndView keyiruzhu(){
ModelAndView modelAndView = new ModelAndView();
List<apartment> apartmentList = apartmentService.queryApartment();
modelAndView.addObject("apartmentList",apartmentList);
modelAndView.setViewName("doctors");
return modelAndView;
}
@RequestMapping("/ToaddPatient")
public ModelAndView queryKe(){
ModelAndView modelAndView = new ModelAndView();
List<apartment> apartmentList = apartmentService.queryKe();
modelAndView.addObject("apartmentListKe",apartmentList);
modelAndView.setViewName("add-patient");
return modelAndView;
}
@RequestMapping("/addApartment")
public String addApartment(apartment apartment) {
apartmentService.addApartment(apartment);
return "redirect:/queryApartment";
}
}
最近下载更多
15953970869 LV6
2024年11月10日
微信网友_6786215447367680 LV5
2024年10月11日
xinxin23383 LV7
2024年9月13日
微信网友_6767218254057472 LV3
2024年7月3日
计科一班 LV7
2024年6月18日
wanglinddad LV55
2024年5月11日
Luck_ZDM LV12
2024年4月12日
together love LV2
2024年3月26日
wsl566666 LV2
2024年2月20日
3311545828 LV3
2024年1月19日
最近浏览更多
wwwwwww453 LV3
12月24日
微信网友_7826662819680256
12月24日
暂无贡献等级
奋斗的小蚂蚁 LV17
11月7日
xiaotao555555 LV3
9月21日
dddding yang LV6
9月15日
kele819 LV2
6月10日
lkke23047 LV1
5月26日
SX520886 LV6
4月24日
花璃lilililililili
4月17日
暂无贡献等级
jiaoyuhang LV1
3月28日

