示例#1
0
 // 根据ID查询房屋明细
 public String getHouseDetail() {
   house = houseService.getHouseById(id);
   return "houseDetail";
 }