陈士柏 před 2 roky
rodič
revize
ba5e7a5cf6

+ 68 - 0
bigData/src/com/happy/Model/Manager/DanweiDetail.java

@@ -0,0 +1,68 @@
+package com.happy.Model.Manager;
+
+public class DanweiDetail {
+
+    public Integer id;
+    public String placef;
+    public String places;
+    public String tj_date;
+    public int red_num;
+    public int yellow_num;
+    public int green_num;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getPlacef() {
+        return placef;
+    }
+
+    public void setPlacef(String placef) {
+        this.placef = placef;
+    }
+
+    public String getPlaces() {
+        return places;
+    }
+
+    public void setPlaces(String places) {
+        this.places = places;
+    }
+
+    public String getTj_date() {
+        return tj_date;
+    }
+
+    public void setTj_date(String tj_date) {
+        this.tj_date = tj_date;
+    }
+
+    public int getRed_num() {
+        return red_num;
+    }
+
+    public void setRed_num(int red_num) {
+        this.red_num = red_num;
+    }
+
+    public int getYellow_num() {
+        return yellow_num;
+    }
+
+    public void setYellow_num(int yellow_num) {
+        this.yellow_num = yellow_num;
+    }
+
+    public int getGreen_num() {
+        return green_num;
+    }
+
+    public void setGreen_num(int green_num) {
+        this.green_num = green_num;
+    }
+}

+ 59 - 0
bigData/src/com/happy/Model/Manager/Danweit.java

@@ -0,0 +1,59 @@
+package com.happy.Model.Manager;
+
+public class Danweit {
+
+    public Integer id;
+    public String place_name;
+    public String tj_date;
+    public int red_num;
+    public int yellow_num;
+    public int green_num;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getPlace_name() {
+        return place_name;
+    }
+
+    public void setPlace_name(String place_name) {
+        this.place_name = place_name;
+    }
+
+    public String getTj_date() {
+        return tj_date;
+    }
+
+    public void setTj_date(String tj_date) {
+        this.tj_date = tj_date;
+    }
+
+    public int getRed_num() {
+        return red_num;
+    }
+
+    public void setRed_num(int red_num) {
+        this.red_num = red_num;
+    }
+
+    public int getYellow_num() {
+        return yellow_num;
+    }
+
+    public void setYellow_num(int yellow_num) {
+        this.yellow_num = yellow_num;
+    }
+
+    public int getGreen_num() {
+        return green_num;
+    }
+
+    public void setGreen_num(int green_num) {
+        this.green_num = green_num;
+    }
+}

+ 23 - 0
bigData/src/com/happy/Model/Manager/Firstplace.java

@@ -0,0 +1,23 @@
+package com.happy.Model.Manager;
+
+public class Firstplace {
+
+    public Integer id;
+    public String place_name;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getPlace_name() {
+        return place_name;
+    }
+
+    public void setPlace_name(String place_name) {
+        this.place_name = place_name;
+    }
+}

+ 41 - 0
bigData/src/com/happy/Model/Manager/Gaosut.java

@@ -0,0 +1,41 @@
+package com.happy.Model.Manager;
+
+public class Gaosut {
+
+    public Integer id;
+    public String place_name;
+    public String tj_date;
+    public int num;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getPlace_name() {
+        return place_name;
+    }
+
+    public void setPlace_name(String place_name) {
+        this.place_name = place_name;
+    }
+
+    public String getTj_date() {
+        return tj_date;
+    }
+
+    public void setTj_date(String tj_date) {
+        this.tj_date = tj_date;
+    }
+
+    public int getNum() {
+        return num;
+    }
+
+    public void setNum(int num) {
+        this.num = num;
+    }
+}

+ 23 - 0
bigData/src/com/happy/Model/Manager/Secondplacetype.java

@@ -0,0 +1,23 @@
+package com.happy.Model.Manager;
+
+public class Secondplacetype {
+
+    public Integer id;
+    public String place_type;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getPlace_type() {
+        return place_type;
+    }
+
+    public void setPlace_type(String place_type) {
+        this.place_type = place_type;
+    }
+}