소스 검색

更新文件 Hotel.java

陈士柏 2 년 전
부모
커밋
9421b44a2c
1개의 변경된 파일15개의 추가작업 그리고 5개의 파일을 삭제
  1. 15 5
      mhotel/src/com/happy/Model/Hotel.java

+ 15 - 5
mhotel/src/com/happy/Model/Hotel.java

@@ -178,6 +178,13 @@ public class Hotel {
 	private boolean is_collect_hotel;
 
 	private Double score;
+	/**
+	 * 720全景图链接
+	 */
+	private String linkProUrl;
+
+	// 名宿类型
+	private String type;
 
 	public Double getScore() {
 		return score;
@@ -187,11 +194,6 @@ public class Hotel {
 		this.score = score;
 	}
 
-	/**
-	 * 720全景图链接
-	 */
-	private String linkProUrl;
-
 	public Integer getId() {
 		return id;
 	}
@@ -491,4 +493,12 @@ public class Hotel {
 	public void setHotelTownship(String hotelTownship) {
 		this.hotelTownship = hotelTownship;
 	}
+
+	public String getType() {
+		return type;
+	}
+
+	public void setType(String type) {
+		this.type = type;
+	}
 }