فهرست منبع

添加字段linkProUrl720全景链接

raojiaolong@163.com 2 سال پیش
والد
کامیت
b9af5ef385
1فایلهای تغییر یافته به همراه12 افزوده شده و 0 حذف شده
  1. 12 0
      mhotel/src/com/happy/Model/Hotel.java

+ 12 - 0
mhotel/src/com/happy/Model/Hotel.java

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