@RequestMapping("responsePost3.do")
@ResponseBody
public String responsePst3(HouseInter houseInter,HttpSession seeion){
// houseInter.setHouseId(10013);
// houseViewService.postHouseInter(houseInter);
seeion.setAttribute("houseInter",houseInter);
return new JSONObject().toString();
}
10.21
最新推荐文章于 2024-10-21 18:17:41 发布