Explorar o código

添加字段linkProUrl720全景链接

raojiaolong@163.com %!s(int64=3) %!d(string=hai) anos
pai
achega
b9af5ef385
Modificáronse 1 ficheiros con 12 adicións e 0 borrados
  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;
+	}
 }