|
|
@@ -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;
|
|
|
+ }
|
|
|
}
|