|
|
@@ -166,6 +166,10 @@ public class Hotel {
|
|
|
|
|
|
private String collect_hotel;
|
|
|
private boolean is_collect_hotel;
|
|
|
+ /**
|
|
|
+ * 720全景图链接
|
|
|
+ */
|
|
|
+ private String linkProUrl;
|
|
|
|
|
|
public Integer getId() {
|
|
|
return id;
|
|
|
@@ -442,4 +446,12 @@ public class Hotel {
|
|
|
public void setIs_collect_hotel(boolean is_collect_hotel) {
|
|
|
this.is_collect_hotel = is_collect_hotel;
|
|
|
}
|
|
|
+
|
|
|
+ public String getLinkProUrl() {
|
|
|
+ return linkProUrl;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setLinkProUrl(String linkProUrl) {
|
|
|
+ this.linkProUrl = linkProUrl;
|
|
|
+ }
|
|
|
}
|