Browse Source

上传文件

陈士柏 2 years ago
parent
commit
5d34ad9707
28 changed files with 2125 additions and 0 deletions
  1. 41 0
      bigData/src/com/happy/Model/Country.java
  2. 51 0
      bigData/src/com/happy/Model/DeviceRank.java
  3. 105 0
      bigData/src/com/happy/Model/DeviceT.java
  4. 113 0
      bigData/src/com/happy/Model/FirstBufferC.java
  5. 69 0
      bigData/src/com/happy/Model/FirstBufferP.java
  6. 105 0
      bigData/src/com/happy/Model/FirstBufferT.java
  7. 68 0
      bigData/src/com/happy/Model/GtmT.java
  8. 23 0
      bigData/src/com/happy/Model/Handlde.java
  9. 23 0
      bigData/src/com/happy/Model/Hylj.java
  10. 101 0
      bigData/src/com/happy/Model/Message_handler.java
  11. 87 0
      bigData/src/com/happy/Model/Peopletourg.java
  12. 23 0
      bigData/src/com/happy/Model/Province.java
  13. 50 0
      bigData/src/com/happy/Model/Records.java
  14. 113 0
      bigData/src/com/happy/Model/SecondBufferC.java
  15. 77 0
      bigData/src/com/happy/Model/SecondBufferP.java
  16. 114 0
      bigData/src/com/happy/Model/SecondBufferT.java
  17. 86 0
      bigData/src/com/happy/Model/SecondPlaceJc.java
  18. 32 0
      bigData/src/com/happy/Model/Secondplace.java
  19. 23 0
      bigData/src/com/happy/Model/Secondplacetype.java
  20. 96 0
      bigData/src/com/happy/Model/SmT.java
  21. 51 0
      bigData/src/com/happy/Model/SmartMarketingVO.java
  22. 69 0
      bigData/src/com/happy/Model/SmlmT.java
  23. 105 0
      bigData/src/com/happy/Model/ThirdBufferT.java
  24. 23 0
      bigData/src/com/happy/Model/ThirdJw.java
  25. 38 0
      bigData/src/com/happy/Model/ToiletRealDatasVO.java
  26. 59 0
      bigData/src/com/happy/Model/Town.java
  27. 32 0
      bigData/src/com/happy/Model/Tz.java
  28. 348 0
      bigData/src/com/happy/Model/User.java

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

@@ -0,0 +1,41 @@
+package com.happy.Model;
+
+public class Country {
+
+    public int id;
+    public String name;
+    public String phone;
+    public String depart;
+
+    public int getId() {
+        return id;
+    }
+
+    public void setId(int id) {
+        this.id = id;
+    }
+
+    public String getName() {
+        return name;
+    }
+
+    public void setName(String name) {
+        this.name = name;
+    }
+
+    public String getPhone() {
+        return phone;
+    }
+
+    public void setPhone(String phone) {
+        this.phone = phone;
+    }
+
+    public String getDepart() {
+        return depart;
+    }
+
+    public void setDepart(String depart) {
+        this.depart = depart;
+    }
+}

+ 51 - 0
bigData/src/com/happy/Model/DeviceRank.java

@@ -0,0 +1,51 @@
+package com.happy.Model;
+
+// 设备通行排行榜
+public class DeviceRank {
+
+    public Integer id;
+    public String dateT;
+    public String place;
+    public String rank;
+    public String passCount;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getDateT() {
+        return dateT;
+    }
+
+    public void setDateT(String dateT) {
+        this.dateT = dateT;
+    }
+
+    public String getPlace() {
+        return place;
+    }
+
+    public void setPlace(String place) {
+        this.place = place;
+    }
+
+    public String getRank() {
+        return rank;
+    }
+
+    public void setRank(String rank) {
+        this.rank = rank;
+    }
+
+    public String getPassCount() {
+        return passCount;
+    }
+
+    public void setPassCount(String passCount) {
+        this.passCount = passCount;
+    }
+}

+ 105 - 0
bigData/src/com/happy/Model/DeviceT.java

@@ -0,0 +1,105 @@
+package com.happy.Model;
+
+// 设备总览
+public class DeviceT {
+
+    public Integer id;
+    public String dateT;
+    public String passT;
+    public String passLt;
+    public String includeDevice;
+    public String red_count;
+    public String yellow_count;
+    public String hTep;
+    public String passById;
+    public String passByMa;
+    public String passByFace;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getDateT() {
+        return dateT;
+    }
+
+    public void setDateT(String dateT) {
+        this.dateT = dateT;
+    }
+
+    public String getPassT() {
+        return passT;
+    }
+
+    public void setPassT(String passT) {
+        this.passT = passT;
+    }
+
+    public String getPassLt() {
+        return passLt;
+    }
+
+    public void setPassLt(String passLt) {
+        this.passLt = passLt;
+    }
+
+    public String getIncludeDevice() {
+        return includeDevice;
+    }
+
+    public void setIncludeDevice(String includeDevice) {
+        this.includeDevice = includeDevice;
+    }
+
+    public String getRed_count() {
+        return red_count;
+    }
+
+    public void setRed_count(String red_count) {
+        this.red_count = red_count;
+    }
+
+    public String getYellow_count() {
+        return yellow_count;
+    }
+
+    public void setYellow_count(String yellow_count) {
+        this.yellow_count = yellow_count;
+    }
+
+    public String gethTep() {
+        return hTep;
+    }
+
+    public void sethTep(String hTep) {
+        this.hTep = hTep;
+    }
+
+    public String getPassById() {
+        return passById;
+    }
+
+    public void setPassById(String passById) {
+        this.passById = passById;
+    }
+
+    public String getPassByMa() {
+        return passByMa;
+    }
+
+    public void setPassByMa(String passByMa) {
+        this.passByMa = passByMa;
+    }
+
+    public String getPassByFace() {
+        return passByFace;
+    }
+
+    public void setPassByFace(String passByFace) {
+        this.passByFace = passByFace;
+    }
+}

+ 113 - 0
bigData/src/com/happy/Model/FirstBufferC.java

@@ -0,0 +1,113 @@
+package com.happy.Model;
+
+public class FirstBufferC {
+
+    public Integer id;
+    public String dateT;
+    public String dateTime;
+    public String smT;
+    public String smT_increase;
+    public String smLt;
+    public String red_count;
+    public String red_increase;
+    public String yellow_count;
+    public String yellow_increase;
+    public String green_count;
+    public String green_increase;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getDateT() {
+        return dateT;
+    }
+
+    public void setDateT(String dateT) {
+        this.dateT = dateT;
+    }
+
+    public String getDateTime() {
+        return dateTime;
+    }
+
+    public void setDateTime(String dateTime) {
+        this.dateTime = dateTime;
+    }
+
+    public String getSmT() {
+        return smT;
+    }
+
+    public void setSmT(String smT) {
+        this.smT = smT;
+    }
+
+    public String getSmT_increase() {
+        return smT_increase;
+    }
+
+    public void setSmT_increase(String smT_increase) {
+        this.smT_increase = smT_increase;
+    }
+
+    public String getSmLt() {
+        return smLt;
+    }
+
+    public void setSmLt(String smLt) {
+        this.smLt = smLt;
+    }
+
+    public String getRed_count() {
+        return red_count;
+    }
+
+    public void setRed_count(String red_count) {
+        this.red_count = red_count;
+    }
+
+    public String getRed_increase() {
+        return red_increase;
+    }
+
+    public void setRed_increase(String red_increase) {
+        this.red_increase = red_increase;
+    }
+
+    public String getYellow_count() {
+        return yellow_count;
+    }
+
+    public void setYellow_count(String yellow_count) {
+        this.yellow_count = yellow_count;
+    }
+
+    public String getYellow_increase() {
+        return yellow_increase;
+    }
+
+    public void setYellow_increase(String yellow_increase) {
+        this.yellow_increase = yellow_increase;
+    }
+
+    public String getGreen_count() {
+        return green_count;
+    }
+
+    public void setGreen_count(String green_count) {
+        this.green_count = green_count;
+    }
+
+    public String getGreen_increase() {
+        return green_increase;
+    }
+
+    public void setGreen_increase(String green_increase) {
+        this.green_increase = green_increase;
+    }
+}

+ 69 - 0
bigData/src/com/happy/Model/FirstBufferP.java

@@ -0,0 +1,69 @@
+package com.happy.Model;
+
+// 第一道防护屏障接口------各路口
+public class FirstBufferP {
+
+    public Integer id;
+    public String dateT;
+    public String place;
+    public String red_count;
+    public String yellow_count;
+    public String green_count;
+    public String url;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getDateT() {
+        return dateT;
+    }
+
+    public void setDateT(String dateT) {
+        this.dateT = dateT;
+    }
+
+    public String getPlace() {
+        return place;
+    }
+
+    public void setPlace(String place) {
+        this.place = place;
+    }
+
+    public String getRed_count() {
+        return red_count;
+    }
+
+    public void setRed_count(String red_count) {
+        this.red_count = red_count;
+    }
+
+    public String getYellow_count() {
+        return yellow_count;
+    }
+
+    public void setYellow_count(String yellow_count) {
+        this.yellow_count = yellow_count;
+    }
+
+    public String getGreen_count() {
+        return green_count;
+    }
+
+    public void setGreen_count(String green_count) {
+        this.green_count = green_count;
+    }
+
+    public String getUrl() {
+        return url;
+    }
+
+    public void setUrl(String url) {
+        this.url = url;
+    }
+}

+ 105 - 0
bigData/src/com/happy/Model/FirstBufferT.java

@@ -0,0 +1,105 @@
+package com.happy.Model;
+
+// 第一道防护屏障接口------汇总
+public class FirstBufferT {
+
+    public Integer id;
+    public String dateT;
+    public String smT;
+    public String smT_increase;
+    public String smLt;
+    public String red_count;
+    public String red_increase;
+    public String yellow_count;
+    public String yellow_increase;
+    public String green_count;
+    public String green_increase;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getDateT() {
+        return dateT;
+    }
+
+    public void setDateT(String dateT) {
+        this.dateT = dateT;
+    }
+
+    public String getSmT() {
+        return smT;
+    }
+
+    public void setSmT(String smT) {
+        this.smT = smT;
+    }
+
+    public String getSmT_increase() {
+        return smT_increase;
+    }
+
+    public void setSmT_increase(String smT_increase) {
+        this.smT_increase = smT_increase;
+    }
+
+    public String getSmLt() {
+        return smLt;
+    }
+
+    public void setSmLt(String smLt) {
+        this.smLt = smLt;
+    }
+
+    public String getRed_count() {
+        return red_count;
+    }
+
+    public void setRed_count(String red_count) {
+        this.red_count = red_count;
+    }
+
+    public String getRed_increase() {
+        return red_increase;
+    }
+
+    public void setRed_increase(String red_increase) {
+        this.red_increase = red_increase;
+    }
+
+    public String getYellow_count() {
+        return yellow_count;
+    }
+
+    public void setYellow_count(String yellow_count) {
+        this.yellow_count = yellow_count;
+    }
+
+    public String getYellow_increase() {
+        return yellow_increase;
+    }
+
+    public void setYellow_increase(String yellow_increase) {
+        this.yellow_increase = yellow_increase;
+    }
+
+    public String getGreen_count() {
+        return green_count;
+    }
+
+    public void setGreen_count(String green_count) {
+        this.green_count = green_count;
+    }
+
+    public String getGreen_increase() {
+        return green_increase;
+    }
+
+    public void setGreen_increase(String green_increase) {
+        this.green_increase = green_increase;
+    }
+}

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

@@ -0,0 +1,68 @@
+package com.happy.Model;
+
+public class GtmT {
+
+    public Integer id;
+    public String dateT;
+    public String dateTime;
+    public String red_count;
+    public String yellow_count;
+    public String green_count;
+    public String count;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getDateT() {
+        return dateT;
+    }
+
+    public void setDateT(String dateT) {
+        this.dateT = dateT;
+    }
+
+    public String getDateTime() {
+        return dateTime;
+    }
+
+    public void setDateTime(String dateTime) {
+        this.dateTime = dateTime;
+    }
+
+    public String getRed_count() {
+        return red_count;
+    }
+
+    public void setRed_count(String red_count) {
+        this.red_count = red_count;
+    }
+
+    public String getYellow_count() {
+        return yellow_count;
+    }
+
+    public void setYellow_count(String yellow_count) {
+        this.yellow_count = yellow_count;
+    }
+
+    public String getGreen_count() {
+        return green_count;
+    }
+
+    public void setGreen_count(String green_count) {
+        this.green_count = green_count;
+    }
+
+    public String getCount() {
+        return count;
+    }
+
+    public void setCount(String count) {
+        this.count = count;
+    }
+}

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

@@ -0,0 +1,23 @@
+package com.happy.Model;
+
+public class Handlde {
+
+    public String unhandled;
+    public String handled;
+
+    public String getUnhandled() {
+        return unhandled;
+    }
+
+    public void setUnhandled(String unhandled) {
+        this.unhandled = unhandled;
+    }
+
+    public String getHandled() {
+        return handled;
+    }
+
+    public void setHandled(String handled) {
+        this.handled = handled;
+    }
+}

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

@@ -0,0 +1,23 @@
+package com.happy.Model;
+
+public class Hylj {
+
+    public String red_count;
+    public String yellow_count;
+
+    public String getRed_count() {
+        return red_count;
+    }
+
+    public void setRed_count(String red_count) {
+        this.red_count = red_count;
+    }
+
+    public String getYellow_count() {
+        return yellow_count;
+    }
+
+    public void setYellow_count(String yellow_count) {
+        this.yellow_count = yellow_count;
+    }
+}

+ 101 - 0
bigData/src/com/happy/Model/Message_handler.java

@@ -0,0 +1,101 @@
+package com.happy.Model;
+
+public class Message_handler {
+
+    public Integer id;
+    public String uuid;
+    public String sm_time;
+    public String sm_date;
+    public String sm_name;
+    public String sm_phone;
+    public Integer message_handler;
+    public Integer hanlder_state;
+    public String sm_month;
+
+    public Message_handler(){
+
+    }
+
+    public Message_handler(String uuid, String sm_time, String sm_date,String sm_name,String sm_phone,Integer message_handler,Integer hanlder_state,String sm_month){
+        this.uuid=uuid;
+        this.sm_time=sm_time;
+        this.sm_date=sm_date;
+        this.sm_name=sm_name;
+        this.sm_phone=sm_phone;
+        this.message_handler=message_handler;
+        this.hanlder_state=hanlder_state;
+        this.sm_month=sm_month;
+    }
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getUuid() {
+        return uuid;
+    }
+
+    public void setUuid(String uuid) {
+        this.uuid = uuid;
+    }
+
+    public String getSm_time() {
+        return sm_time;
+    }
+
+    public void setSm_time(String sm_time) {
+        this.sm_time = sm_time;
+    }
+
+    public String getSm_date() {
+        return sm_date;
+    }
+
+    public void setSm_date(String sm_date) {
+        this.sm_date = sm_date;
+    }
+
+    public String getSm_name() {
+        return sm_name;
+    }
+
+    public void setSm_name(String sm_name) {
+        this.sm_name = sm_name;
+    }
+
+    public String getSm_phone() {
+        return sm_phone;
+    }
+
+    public void setSm_phone(String sm_phone) {
+        this.sm_phone = sm_phone;
+    }
+
+    public Integer getMessage_handler() {
+        return message_handler;
+    }
+
+    public void setMessage_handler(Integer message_handler) {
+        this.message_handler = message_handler;
+    }
+
+    public Integer getHanlder_state() {
+        return hanlder_state;
+    }
+
+    public void setHanlder_state(Integer hanlder_state) {
+        this.hanlder_state = hanlder_state;
+    }
+
+    public String getSm_month() {
+        return sm_month;
+    }
+
+    public void setSm_month(String sm_month) {
+        this.sm_month = sm_month;
+    }
+}

+ 87 - 0
bigData/src/com/happy/Model/Peopletourg.java

@@ -0,0 +1,87 @@
+package com.happy.Model;
+
+// 人流接待预警
+public class Peopletourg {
+
+    public Integer id;
+    public String place_name;
+    public String dateT;
+    public String dateTime;
+    public String faceCount;
+    public String warnCount;
+    public String handlerPeople;
+    public String hanlerPhone;
+    public Integer hanler_state;
+
+    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 getDateT() {
+        return dateT;
+    }
+
+    public void setDateT(String dateT) {
+        this.dateT = dateT;
+    }
+
+    public String getDateTime() {
+        return dateTime;
+    }
+
+    public void setDateTime(String dateTime) {
+        this.dateTime = dateTime;
+    }
+
+    public String getFaceCount() {
+        return faceCount;
+    }
+
+    public void setFaceCount(String faceCount) {
+        this.faceCount = faceCount;
+    }
+
+    public String getWarnCount() {
+        return warnCount;
+    }
+
+    public void setWarnCount(String warnCount) {
+        this.warnCount = warnCount;
+    }
+
+    public String getHandlerPeople() {
+        return handlerPeople;
+    }
+
+    public void setHandlerPeople(String handlerPeople) {
+        this.handlerPeople = handlerPeople;
+    }
+
+    public String getHanlerPhone() {
+        return hanlerPhone;
+    }
+
+    public void setHanlerPhone(String hanlerPhone) {
+        this.hanlerPhone = hanlerPhone;
+    }
+
+    public Integer getHanler_state() {
+        return hanler_state;
+    }
+
+    public void setHanler_state(Integer hanler_state) {
+        this.hanler_state = hanler_state;
+    }
+}

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

@@ -0,0 +1,23 @@
+package com.happy.Model;
+
+public class Province {
+
+    public String province;
+    public String code;
+
+    public String getProvince() {
+        return province;
+    }
+
+    public void setProvince(String province) {
+        this.province = province;
+    }
+
+    public String getCode() {
+        return code;
+    }
+
+    public void setCode(String code) {
+        this.code = code;
+    }
+}

+ 50 - 0
bigData/src/com/happy/Model/Records.java

@@ -0,0 +1,50 @@
+package com.happy.Model;
+
+public class Records {
+
+    public Integer id;
+    public String UUID;
+    public String handler_time;
+    public String record1;
+    public String record2;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getUUID() {
+        return UUID;
+    }
+
+    public void setUUID(String UUID) {
+        this.UUID = UUID;
+    }
+
+    public String getHandler_time() {
+        return handler_time;
+    }
+
+    public void setHandler_time(String handler_time) {
+        this.handler_time = handler_time;
+    }
+
+    public String getRecord1() {
+        return record1;
+    }
+
+    public void setRecord1(String record1) {
+        this.record1 = record1;
+    }
+
+    public String getRecord2() {
+        return record2;
+    }
+
+    public void setRecord2(String record2) {
+        this.record2 = record2;
+    }
+}

+ 113 - 0
bigData/src/com/happy/Model/SecondBufferC.java

@@ -0,0 +1,113 @@
+package com.happy.Model;
+
+public class SecondBufferC {
+
+    public Integer id;
+    public String dateT;
+    public String dateTime;
+    public String smT;
+    public String smT_increase;
+    public String smLt;
+    public String red_count;
+    public String red_increase;
+    public String yellow_count;
+    public String yellow_increase;
+    public String green_count;
+    public String green_increase;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getDateT() {
+        return dateT;
+    }
+
+    public void setDateT(String dateT) {
+        this.dateT = dateT;
+    }
+
+    public String getDateTime() {
+        return dateTime;
+    }
+
+    public void setDateTime(String dateTime) {
+        this.dateTime = dateTime;
+    }
+
+    public String getSmT() {
+        return smT;
+    }
+
+    public void setSmT(String smT) {
+        this.smT = smT;
+    }
+
+    public String getSmT_increase() {
+        return smT_increase;
+    }
+
+    public void setSmT_increase(String smT_increase) {
+        this.smT_increase = smT_increase;
+    }
+
+    public String getSmLt() {
+        return smLt;
+    }
+
+    public void setSmLt(String smLt) {
+        this.smLt = smLt;
+    }
+
+    public String getRed_count() {
+        return red_count;
+    }
+
+    public void setRed_count(String red_count) {
+        this.red_count = red_count;
+    }
+
+    public String getRed_increase() {
+        return red_increase;
+    }
+
+    public void setRed_increase(String red_increase) {
+        this.red_increase = red_increase;
+    }
+
+    public String getYellow_count() {
+        return yellow_count;
+    }
+
+    public void setYellow_count(String yellow_count) {
+        this.yellow_count = yellow_count;
+    }
+
+    public String getYellow_increase() {
+        return yellow_increase;
+    }
+
+    public void setYellow_increase(String yellow_increase) {
+        this.yellow_increase = yellow_increase;
+    }
+
+    public String getGreen_count() {
+        return green_count;
+    }
+
+    public void setGreen_count(String green_count) {
+        this.green_count = green_count;
+    }
+
+    public String getGreen_increase() {
+        return green_increase;
+    }
+
+    public void setGreen_increase(String green_increase) {
+        this.green_increase = green_increase;
+    }
+}

+ 77 - 0
bigData/src/com/happy/Model/SecondBufferP.java

@@ -0,0 +1,77 @@
+package com.happy.Model;
+
+public class SecondBufferP {
+
+    public Integer id;
+    public String dateT;
+    public String dateTime;
+    public String place;
+    public String red_count;
+    public String yellow_count;
+    public String green_count;
+    public String url;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getDateT() {
+        return dateT;
+    }
+
+    public void setDateT(String dateT) {
+        this.dateT = dateT;
+    }
+
+    public String getDateTime() {
+        return dateTime;
+    }
+
+    public void setDateTime(String dateTime) {
+        this.dateTime = dateTime;
+    }
+
+    public String getPlace() {
+        return place;
+    }
+
+    public void setPlace(String place) {
+        this.place = place;
+    }
+
+    public String getRed_count() {
+        return red_count;
+    }
+
+    public void setRed_count(String red_count) {
+        this.red_count = red_count;
+    }
+
+    public String getYellow_count() {
+        return yellow_count;
+    }
+
+    public void setYellow_count(String yellow_count) {
+        this.yellow_count = yellow_count;
+    }
+
+    public String getGreen_count() {
+        return green_count;
+    }
+
+    public void setGreen_count(String green_count) {
+        this.green_count = green_count;
+    }
+
+    public String getUrl() {
+        return url;
+    }
+
+    public void setUrl(String url) {
+        this.url = url;
+    }
+}

+ 114 - 0
bigData/src/com/happy/Model/SecondBufferT.java

@@ -0,0 +1,114 @@
+package com.happy.Model;
+
+// 第二道防护屏障接口------景区汇总
+public class SecondBufferT {
+
+    public Integer id;
+    public String dateT;
+    public String smT;
+    public String smT_increase;
+    public String smLt;
+    public String red_count;
+    public String red_increase;
+    public String yellow_count;
+    public String yellow_increase;
+    public String green_count;
+    public String green_increase;
+    public String hot_count;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getDateT() {
+        return dateT;
+    }
+
+    public void setDateT(String dateT) {
+        this.dateT = dateT;
+    }
+
+    public String getSmT() {
+        return smT;
+    }
+
+    public void setSmT(String smT) {
+        this.smT = smT;
+    }
+
+    public String getSmT_increase() {
+        return smT_increase;
+    }
+
+    public void setSmT_increase(String smT_increase) {
+        this.smT_increase = smT_increase;
+    }
+
+    public String getSmLt() {
+        return smLt;
+    }
+
+    public void setSmLt(String smLt) {
+        this.smLt = smLt;
+    }
+
+    public String getRed_count() {
+        return red_count;
+    }
+
+    public void setRed_count(String red_count) {
+        this.red_count = red_count;
+    }
+
+    public String getRed_increase() {
+        return red_increase;
+    }
+
+    public void setRed_increase(String red_increase) {
+        this.red_increase = red_increase;
+    }
+
+    public String getYellow_count() {
+        return yellow_count;
+    }
+
+    public void setYellow_count(String yellow_count) {
+        this.yellow_count = yellow_count;
+    }
+
+    public String getYellow_increase() {
+        return yellow_increase;
+    }
+
+    public void setYellow_increase(String yellow_increase) {
+        this.yellow_increase = yellow_increase;
+    }
+
+    public String getGreen_count() {
+        return green_count;
+    }
+
+    public void setGreen_count(String green_count) {
+        this.green_count = green_count;
+    }
+
+    public String getGreen_increase() {
+        return green_increase;
+    }
+
+    public void setGreen_increase(String green_increase) {
+        this.green_increase = green_increase;
+    }
+
+    public String getHot_count() {
+        return hot_count;
+    }
+
+    public void setHot_count(String hot_count) {
+        this.hot_count = hot_count;
+    }
+}

+ 86 - 0
bigData/src/com/happy/Model/SecondPlaceJc.java

@@ -0,0 +1,86 @@
+package com.happy.Model;
+
+public class SecondPlaceJc {
+
+    public Integer id;
+    public String place_type;
+    public String hotel;
+    public String green_count;
+    public String red_count;
+    public String yellow_count;
+    public String hot_count;
+    public String key_count;
+    public String token_count;
+
+    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;
+    }
+
+    public String getHotel() {
+        return hotel;
+    }
+
+    public void setHotel(String hotel) {
+        this.hotel = hotel;
+    }
+
+    public String getGreen_count() {
+        return green_count;
+    }
+
+    public void setGreen_count(String green_count) {
+        this.green_count = green_count;
+    }
+
+    public String getRed_count() {
+        return red_count;
+    }
+
+    public void setRed_count(String red_count) {
+        this.red_count = red_count;
+    }
+
+    public String getYellow_count() {
+        return yellow_count;
+    }
+
+    public void setYellow_count(String yellow_count) {
+        this.yellow_count = yellow_count;
+    }
+
+    public String getHot_count() {
+        return hot_count;
+    }
+
+    public void setHot_count(String hot_count) {
+        this.hot_count = hot_count;
+    }
+
+    public String getKey_count() {
+        return key_count;
+    }
+
+    public void setKey_count(String key_count) {
+        this.key_count = key_count;
+    }
+
+    public String getToken_count() {
+        return token_count;
+    }
+
+    public void setToken_count(String token_count) {
+        this.token_count = token_count;
+    }
+}

+ 32 - 0
bigData/src/com/happy/Model/Secondplace.java

@@ -0,0 +1,32 @@
+package com.happy.Model;
+
+public class Secondplace {
+
+    public Integer id;
+    public String place_name;
+    public Integer maxnum;
+
+    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 Integer getMaxnum() {
+        return maxnum;
+    }
+
+    public void setMaxnum(Integer maxnum) {
+        this.maxnum = maxnum;
+    }
+}

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

@@ -0,0 +1,23 @@
+package com.happy.Model;
+
+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;
+    }
+}

+ 96 - 0
bigData/src/com/happy/Model/SmT.java

@@ -0,0 +1,96 @@
+package com.happy.Model;
+
+// 全县扫码统计、趋势
+public class SmT {
+
+    public Integer id;
+    public String dateT;
+    public String counts;
+    public String increase;
+    public String red_counts;
+    public String red_increase;
+    public String yellow_counts;
+    public String yellow_increase;
+    public String green_counts;
+    public String green_increase;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getDateT() {
+        return dateT;
+    }
+
+    public void setDateT(String dateT) {
+        this.dateT = dateT;
+    }
+
+    public String getCounts() {
+        return counts;
+    }
+
+    public void setCounts(String counts) {
+        this.counts = counts;
+    }
+
+    public String getIncrease() {
+        return increase;
+    }
+
+    public void setIncrease(String increase) {
+        this.increase = increase;
+    }
+
+    public String getRed_counts() {
+        return red_counts;
+    }
+
+    public void setRed_counts(String red_counts) {
+        this.red_counts = red_counts;
+    }
+
+    public String getRed_increase() {
+        return red_increase;
+    }
+
+    public void setRed_increase(String red_increase) {
+        this.red_increase = red_increase;
+    }
+
+    public String getYellow_counts() {
+        return yellow_counts;
+    }
+
+    public void setYellow_counts(String yellow_counts) {
+        this.yellow_counts = yellow_counts;
+    }
+
+    public String getYellow_increase() {
+        return yellow_increase;
+    }
+
+    public void setYellow_increase(String yellow_increase) {
+        this.yellow_increase = yellow_increase;
+    }
+
+    public String getGreen_counts() {
+        return green_counts;
+    }
+
+    public void setGreen_counts(String green_counts) {
+        this.green_counts = green_counts;
+    }
+
+    public String getGreen_increase() {
+        return green_increase;
+    }
+
+    public void setGreen_increase(String green_increase) {
+        this.green_increase = green_increase;
+    }
+}

+ 51 - 0
bigData/src/com/happy/Model/SmartMarketingVO.java

@@ -0,0 +1,51 @@
+package com.happy.Model;
+
+import com.happy.Model.Travel.TravelMarketingStatistics;
+
+import java.util.List;
+
+/**
+ * @Author: codingliang
+ * @Description: 智慧营销vo
+ * @Date: 2022-01-03 15:26
+ * @Version: V1.0
+ **/
+public class SmartMarketingVO {
+
+    private String currentYear;
+    private String currentYearIncome;
+    private String currentYearIncrease;
+    private List<TravelMarketingStatistics> statistics;
+
+    public String getCurrentYear() {
+        return currentYear;
+    }
+
+    public void setCurrentYear(String currentYear) {
+        this.currentYear = currentYear;
+    }
+
+    public String getCurrentYearIncome() {
+        return currentYearIncome;
+    }
+
+    public void setCurrentYearIncome(String currentYearIncome) {
+        this.currentYearIncome = currentYearIncome;
+    }
+
+    public String getCurrentYearIncrease() {
+        return currentYearIncrease;
+    }
+
+    public void setCurrentYearIncrease(String currentYearIncrease) {
+        this.currentYearIncrease = currentYearIncrease;
+    }
+
+    public List<TravelMarketingStatistics> getStatistics() {
+        return statistics;
+    }
+
+    public void setStatistics(List<TravelMarketingStatistics> statistics) {
+        this.statistics = statistics;
+    }
+}

+ 69 - 0
bigData/src/com/happy/Model/SmlmT.java

@@ -0,0 +1,69 @@
+package com.happy.Model;
+
+// 扫码亮码数量统计
+public class SmlmT {
+
+    public Integer id;
+    public String dateT;
+    public String smT;
+    public String smLt;
+    public String lmT;
+    public String lmLt;
+    public String month;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getDateT() {
+        return dateT;
+    }
+
+    public void setDateT(String dateT) {
+        this.dateT = dateT;
+    }
+
+    public String getSmT() {
+        return smT;
+    }
+
+    public void setSmT(String smT) {
+        this.smT = smT;
+    }
+
+    public String getSmLt() {
+        return smLt;
+    }
+
+    public void setSmLt(String smLt) {
+        this.smLt = smLt;
+    }
+
+    public String getLmT() {
+        return lmT;
+    }
+
+    public void setLmT(String lmT) {
+        this.lmT = lmT;
+    }
+
+    public String getLmLt() {
+        return lmLt;
+    }
+
+    public void setLmLt(String lmLt) {
+        this.lmLt = lmLt;
+    }
+
+    public String getMonth() {
+        return month;
+    }
+
+    public void setMonth(String month) {
+        this.month = month;
+    }
+}

+ 105 - 0
bigData/src/com/happy/Model/ThirdBufferT.java

@@ -0,0 +1,105 @@
+package com.happy.Model;
+
+// 第三道防护-----酒店民宿
+public class ThirdBufferT {
+
+    public Integer id;
+    public String dateT;
+    public String smT;
+    public String smT_increase;
+    public String smLt;
+    public String red_count;
+    public String red_increase;
+    public String yellow_count;
+    public String yellow_increase;
+    public String green_count;
+    public String green_increase;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getDateT() {
+        return dateT;
+    }
+
+    public void setDateT(String dateT) {
+        this.dateT = dateT;
+    }
+
+    public String getSmT() {
+        return smT;
+    }
+
+    public void setSmT(String smT) {
+        this.smT = smT;
+    }
+
+    public String getSmT_increase() {
+        return smT_increase;
+    }
+
+    public void setSmT_increase(String smT_increase) {
+        this.smT_increase = smT_increase;
+    }
+
+    public String getSmLt() {
+        return smLt;
+    }
+
+    public void setSmLt(String smLt) {
+        this.smLt = smLt;
+    }
+
+    public String getRed_count() {
+        return red_count;
+    }
+
+    public void setRed_count(String red_count) {
+        this.red_count = red_count;
+    }
+
+    public String getRed_increase() {
+        return red_increase;
+    }
+
+    public void setRed_increase(String red_increase) {
+        this.red_increase = red_increase;
+    }
+
+    public String getYellow_count() {
+        return yellow_count;
+    }
+
+    public void setYellow_count(String yellow_count) {
+        this.yellow_count = yellow_count;
+    }
+
+    public String getYellow_increase() {
+        return yellow_increase;
+    }
+
+    public void setYellow_increase(String yellow_increase) {
+        this.yellow_increase = yellow_increase;
+    }
+
+    public String getGreen_count() {
+        return green_count;
+    }
+
+    public void setGreen_count(String green_count) {
+        this.green_count = green_count;
+    }
+
+    public String getGreen_increase() {
+        return green_increase;
+    }
+
+    public void setGreen_increase(String green_increase) {
+        this.green_increase = green_increase;
+    }
+}

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

@@ -0,0 +1,23 @@
+package com.happy.Model;
+
+public class ThirdJw {
+
+    public String place;
+    public String jingwei;
+
+    public String getPlace() {
+        return place;
+    }
+
+    public void setPlace(String place) {
+        this.place = place;
+    }
+
+    public String getJingwei() {
+        return jingwei;
+    }
+
+    public void setJingwei(String jingwei) {
+        this.jingwei = jingwei;
+    }
+}

+ 38 - 0
bigData/src/com/happy/Model/ToiletRealDatasVO.java

@@ -0,0 +1,38 @@
+package com.happy.Model;
+
+/**
+ * @Author: codingliang
+ * @Description: 智慧厕所实时数据vo
+ * @Date: 2022-01-03 15:09
+ * @Version: V1.0
+ **/
+public class ToiletRealDatasVO {
+
+    private Long id;
+    private String toiletName;
+    private Long totalNum;
+
+    public Long getId() {
+        return id;
+    }
+
+    public void setId(Long id) {
+        this.id = id;
+    }
+
+    public String getToiletName() {
+        return toiletName;
+    }
+
+    public void setToiletName(String toiletName) {
+        this.toiletName = toiletName;
+    }
+
+    public Long getTotalNum() {
+        return totalNum;
+    }
+
+    public void setTotalNum(Long totalNum) {
+        this.totalNum = totalNum;
+    }
+}

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

@@ -0,0 +1,59 @@
+package com.happy.Model;
+
+public class Town {
+
+    public String town;
+    public String phone1;
+    public String phone2;
+    public String phone3;
+    public String boss;
+    public String executer;
+
+    public String getTown() {
+        return town;
+    }
+
+    public void setTown(String town) {
+        this.town = town;
+    }
+
+    public String getPhone1() {
+        return phone1;
+    }
+
+    public void setPhone1(String phone1) {
+        this.phone1 = phone1;
+    }
+
+    public String getPhone2() {
+        return phone2;
+    }
+
+    public void setPhone2(String phone2) {
+        this.phone2 = phone2;
+    }
+
+    public String getPhone3() {
+        return phone3;
+    }
+
+    public void setPhone3(String phone3) {
+        this.phone3 = phone3;
+    }
+
+    public String getBoss() {
+        return boss;
+    }
+
+    public void setBoss(String boss) {
+        this.boss = boss;
+    }
+
+    public String getExecuter() {
+        return executer;
+    }
+
+    public void setExecuter(String executer) {
+        this.executer = executer;
+    }
+}

+ 32 - 0
bigData/src/com/happy/Model/Tz.java

@@ -0,0 +1,32 @@
+package com.happy.Model;
+
+public class Tz {
+
+    public String daycount;
+    public String monthcount;
+    public String yearcount;
+
+    public String getDaycount() {
+        return daycount;
+    }
+
+    public void setDaycount(String daycount) {
+        this.daycount = daycount;
+    }
+
+    public String getMonthcount() {
+        return monthcount;
+    }
+
+    public void setMonthcount(String monthcount) {
+        this.monthcount = monthcount;
+    }
+
+    public String getYearcount() {
+        return yearcount;
+    }
+
+    public void setYearcount(String yearcount) {
+        this.yearcount = yearcount;
+    }
+}

+ 348 - 0
bigData/src/com/happy/Model/User.java

@@ -0,0 +1,348 @@
+package com.happy.Model;
+
+// 用户扫码数据
+public class User {
+
+    public Integer id;
+    public String uuid;
+    public String sm_place;
+    public String protect_type;
+    public String sm_color;
+    public String sm_type;
+    public String sm_time;
+    public String sm_date;
+    public String sm_name;
+    public String sm_gender;
+    public String sm_age;
+    public String sm_from;
+    public String sm_phone;
+    public String sm_card;
+    public String handler_unit;
+    public String handler_type;
+    public String trace_before;
+    public String trace_after;
+    public String car_number;
+    public String jingwei;
+    public String handler_state;
+    public String jingwei_place;
+    public String place_type;
+    public String ishot;
+    public String iskey;
+    public String istoken;
+    public String istb;
+    public String handler_state2;
+    public String sm_month;
+    public String handler_message;
+    public String message_time;
+    public String handler_time;
+    public double handler_duration;
+    public String hotel;
+    public String town;
+    public String message_commit;
+    public Integer isSa;
+    public String jingwei_y;
+
+    public Integer getId() {
+        return id;
+    }
+
+    public void setId(Integer id) {
+        this.id = id;
+    }
+
+    public String getUuid() {
+        return uuid;
+    }
+
+    public void setUuid(String uuid) {
+        this.uuid = uuid;
+    }
+
+    public String getSm_place() {
+        return sm_place;
+    }
+
+    public void setSm_place(String sm_place) {
+        this.sm_place = sm_place;
+    }
+
+    public String getProtect_type() {
+        return protect_type;
+    }
+
+    public void setProtect_type(String protect_type) {
+        this.protect_type = protect_type;
+    }
+
+    public String getSm_color() {
+        return sm_color;
+    }
+
+    public void setSm_color(String sm_color) {
+        this.sm_color = sm_color;
+    }
+
+    public String getSm_type() {
+        return sm_type;
+    }
+
+    public void setSm_type(String sm_type) {
+        this.sm_type = sm_type;
+    }
+
+    public String getSm_time() {
+        return sm_time;
+    }
+
+    public void setSm_time(String sm_time) {
+        this.sm_time = sm_time;
+    }
+
+    public String getSm_date() {
+        return sm_date;
+    }
+
+    public void setSm_date(String sm_date) {
+        this.sm_date = sm_date;
+    }
+
+    public String getSm_name() {
+        return sm_name;
+    }
+
+    public void setSm_name(String sm_name) {
+        this.sm_name = sm_name;
+    }
+
+    public String getSm_gender() {
+        return sm_gender;
+    }
+
+    public void setSm_gender(String sm_gender) {
+        this.sm_gender = sm_gender;
+    }
+
+    public String getSm_age() {
+        return sm_age;
+    }
+
+    public void setSm_age(String sm_age) {
+        this.sm_age = sm_age;
+    }
+
+    public String getSm_from() {
+        return sm_from;
+    }
+
+    public void setSm_from(String sm_from) {
+        this.sm_from = sm_from;
+    }
+
+    public String getSm_phone() {
+        return sm_phone;
+    }
+
+    public void setSm_phone(String sm_phone) {
+        this.sm_phone = sm_phone;
+    }
+
+    public String getSm_card() {
+        return sm_card;
+    }
+
+    public void setSm_card(String sm_card) {
+        this.sm_card = sm_card;
+    }
+
+    public String getHandler_unit() {
+        return handler_unit;
+    }
+
+    public void setHandler_unit(String handler_unit) {
+        this.handler_unit = handler_unit;
+    }
+
+    public String getHandler_type() {
+        return handler_type;
+    }
+
+    public void setHandler_type(String handler_type) {
+        this.handler_type = handler_type;
+    }
+
+    public String getTrace_before() {
+        return trace_before;
+    }
+
+    public void setTrace_before(String trace_before) {
+        this.trace_before = trace_before;
+    }
+
+    public String getTrace_after() {
+        return trace_after;
+    }
+
+    public void setTrace_after(String trace_after) {
+        this.trace_after = trace_after;
+    }
+
+    public String getCar_number() {
+        return car_number;
+    }
+
+    public void setCar_number(String car_number) {
+        this.car_number = car_number;
+    }
+
+    public String getJingwei() {
+        return jingwei;
+    }
+
+    public void setJingwei(String jingwei) {
+        this.jingwei = jingwei;
+    }
+
+    public String getHandler_state() {
+        return handler_state;
+    }
+
+    public void setHandler_state(String handler_state) {
+        this.handler_state = handler_state;
+    }
+
+    public String getJingwei_place() {
+        return jingwei_place;
+    }
+
+    public void setJingwei_place(String jingwei_place) {
+        this.jingwei_place = jingwei_place;
+    }
+
+    public String getPlace_type() {
+        return place_type;
+    }
+
+    public void setPlace_type(String place_type) {
+        this.place_type = place_type;
+    }
+
+    public String getIshot() {
+        return ishot;
+    }
+
+    public void setIshot(String ishot) {
+        this.ishot = ishot;
+    }
+
+    public String getIskey() {
+        return iskey;
+    }
+
+    public void setIskey(String iskey) {
+        this.iskey = iskey;
+    }
+
+    public String getIstoken() {
+        return istoken;
+    }
+
+    public void setIstoken(String istoken) {
+        this.istoken = istoken;
+    }
+
+    public String getIstb() {
+        return istb;
+    }
+
+    public void setIstb(String istb) {
+        this.istb = istb;
+    }
+
+    public String getHandler_state2() {
+        return handler_state2;
+    }
+
+    public void setHandler_state2(String handler_state2) {
+        this.handler_state2 = handler_state2;
+    }
+
+    public String getSm_month() {
+        return sm_month;
+    }
+
+    public void setSm_month(String sm_month) {
+        this.sm_month = sm_month;
+    }
+
+    public String getHandler_message() {
+        return handler_message;
+    }
+
+    public void setHandler_message(String handler_message) {
+        this.handler_message = handler_message;
+    }
+
+    public String getMessage_time() {
+        return message_time;
+    }
+
+    public void setMessage_time(String message_time) {
+        this.message_time = message_time;
+    }
+
+    public String getHandler_time() {
+        return handler_time;
+    }
+
+    public void setHandler_time(String handler_time) {
+        this.handler_time = handler_time;
+    }
+
+    public double getHandler_duration() {
+        return handler_duration;
+    }
+
+    public void setHandler_duration(double handler_duration) {
+        this.handler_duration = handler_duration;
+    }
+
+    public String getHotel() {
+        return hotel;
+    }
+
+    public void setHotel(String hotel) {
+        this.hotel = hotel;
+    }
+
+    public String getTown() {
+        return town;
+    }
+
+    public void setTown(String town) {
+        this.town = town;
+    }
+
+    public String getMessage_commit() {
+        return message_commit;
+    }
+
+    public void setMessage_commit(String message_commit) {
+        this.message_commit = message_commit;
+    }
+
+    public Integer getIsSa() {
+        return isSa;
+    }
+
+    public void setIsSa(Integer isSa) {
+        this.isSa = isSa;
+    }
+
+    public String getJingwei_y() {
+        return jingwei_y;
+    }
+
+    public void setJingwei_y(String jingwei_y) {
+        this.jingwei_y = jingwei_y;
+    }
+}