Kaynağa Gözat

更新文件 Hotel.java

陈士柏 2 yıl önce
ebeveyn
işleme
9421b44a2c
1 değiştirilmiş dosya ile 15 ekleme ve 5 silme
  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;
+	}
 }