Browse Source

更新文件 Users.java

陈士柏 2 years ago
parent
commit
f8833787c3
1 changed files with 9 additions and 0 deletions
  1. 9 0
      mhotel/src/com/happy/Model/weixin/Users.java

+ 9 - 0
mhotel/src/com/happy/Model/weixin/Users.java

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