Przeglądaj źródła

删除 Arounds.java

陈士柏 2 lat temu
rodzic
commit
0f476660f5
1 zmienionych plików z 0 dodań i 104 usunięć
  1. 0 104
      mhotel/src/com/happy/Model/app/Arounds.java

+ 0 - 104
mhotel/src/com/happy/Model/app/Arounds.java

@@ -1,104 +0,0 @@
-package com.happy.Model.app;
-
-public class Arounds {
-
-    public Integer id;
-    public String rtype;
-    public String rtown;
-    public String rname;
-    public String rphone;
-    public String radress;
-    public Integer cnum;
-    public String detail;
-    public String first_img;
-    public String show_video;
-    public String detail_img;
-
-    public Integer getId() {
-        return id;
-    }
-
-    public void setId(Integer id) {
-        this.id = id;
-    }
-
-    public String getRtype() {
-        return rtype;
-    }
-
-    public void setRtype(String rtype) {
-        this.rtype = rtype;
-    }
-
-    public String getRtown() {
-        return rtown;
-    }
-
-    public void setRtown(String rtown) {
-        this.rtown = rtown;
-    }
-
-    public String getRname() {
-        return rname;
-    }
-
-    public void setRname(String rname) {
-        this.rname = rname;
-    }
-
-    public String getRphone() {
-        return rphone;
-    }
-
-    public void setRphone(String rphone) {
-        this.rphone = rphone;
-    }
-
-    public String getRadress() {
-        return radress;
-    }
-
-    public void setRadress(String radress) {
-        this.radress = radress;
-    }
-
-    public Integer getCnum() {
-        return cnum;
-    }
-
-    public void setCnum(Integer cnum) {
-        this.cnum = cnum;
-    }
-
-    public String getDetail() {
-        return detail;
-    }
-
-    public void setDetail(String detail) {
-        this.detail = detail;
-    }
-
-    public String getFirst_img() {
-        return first_img;
-    }
-
-    public void setFirst_img(String first_img) {
-        this.first_img = first_img;
-    }
-
-    public String getShow_video() {
-        return show_video;
-    }
-
-    public void setShow_video(String show_video) {
-        this.show_video = show_video;
-    }
-
-    public String getDetail_img() {
-        return detail_img;
-    }
-
-    public void setDetail_img(String detail_img) {
-        this.detail_img = detail_img;
-    }
-}