|
@@ -20,6 +20,7 @@ public class Users {
|
|
|
private String headPhoto; // 用户头像地址
|
|
private String headPhoto; // 用户头像地址
|
|
|
private String collect_hotel; // 收藏酒店
|
|
private String collect_hotel; // 收藏酒店
|
|
|
private String live_hotel;// 住过酒店
|
|
private String live_hotel;// 住过酒店
|
|
|
|
|
+ private String mark;
|
|
|
|
|
|
|
|
|
|
|
|
|
public int getId() {
|
|
public int getId() {
|
|
@@ -141,4 +142,12 @@ public class Users {
|
|
|
public void setLive_hotel(String live_hotel) {
|
|
public void setLive_hotel(String live_hotel) {
|
|
|
this.live_hotel = live_hotel;
|
|
this.live_hotel = live_hotel;
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
|
|
+ public String getMark() {
|
|
|
|
|
+ return mark;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ public void setMark(String mark) {
|
|
|
|
|
+ this.mark = mark;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|