From b2bf69ec915781664907df2037b1e58a9631987b Mon Sep 17 00:00:00 2001 From: cuibaocheng Date: Tue, 7 Dec 2021 10:38:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8D=95=E4=BD=8D=E7=9A=84?= =?UTF-8?q?=E9=A2=84=E8=AD=A6=E6=A1=88=E4=BB=B6/=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=A1=88=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pojo/dtos/casestatistics/AreaDataDTO.java | 32 ++ .../static/route/difficult/list-dept.html | 327 ++++++++++++++++++ .../static/route/timeout/list-dept.html | 278 +++++++++++++++ .../static/route/warning/list-dept.html | 251 ++++++++++++++ 4 files changed, 888 insertions(+) create mode 100644 src/main/java/cn/com/tenlion/pojo/dtos/casestatistics/AreaDataDTO.java create mode 100644 src/main/resources/static/route/difficult/list-dept.html create mode 100644 src/main/resources/static/route/timeout/list-dept.html create mode 100644 src/main/resources/static/route/warning/list-dept.html diff --git a/src/main/java/cn/com/tenlion/pojo/dtos/casestatistics/AreaDataDTO.java b/src/main/java/cn/com/tenlion/pojo/dtos/casestatistics/AreaDataDTO.java new file mode 100644 index 0000000..fae519f --- /dev/null +++ b/src/main/java/cn/com/tenlion/pojo/dtos/casestatistics/AreaDataDTO.java @@ -0,0 +1,32 @@ +package cn.com.tenlion.pojo.dtos.casestatistics; + +public class AreaDataDTO { + + private String areaLevel; + private String areaName; + private String areaId; + + public String getAreaName() { + return areaName == null ? "" : areaName; + } + + public void setAreaName(String areaName) { + this.areaName = areaName; + } + + public String getAreaId() { + return areaId == null ? "" : areaId; + } + + public void setAreaId(String areaId) { + this.areaId = areaId; + } + + public String getAreaLevel() { + return areaLevel == null ? "" : areaLevel; + } + + public void setAreaLevel(String areaLevel) { + this.areaLevel = areaLevel; + } +} diff --git a/src/main/resources/static/route/difficult/list-dept.html b/src/main/resources/static/route/difficult/list-dept.html new file mode 100644 index 0000000..feec1ae --- /dev/null +++ b/src/main/resources/static/route/difficult/list-dept.html @@ -0,0 +1,327 @@ + + + + + + + + + + + + + +
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+ +
+
+
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/timeout/list-dept.html b/src/main/resources/static/route/timeout/list-dept.html new file mode 100644 index 0000000..5610f1e --- /dev/null +++ b/src/main/resources/static/route/timeout/list-dept.html @@ -0,0 +1,278 @@ + + + + + + + + + + + + + +
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+ +
+
+ + +
+
+
+
+
+ + + + + \ No newline at end of file diff --git a/src/main/resources/static/route/warning/list-dept.html b/src/main/resources/static/route/warning/list-dept.html new file mode 100644 index 0000000..ea0dede --- /dev/null +++ b/src/main/resources/static/route/warning/list-dept.html @@ -0,0 +1,251 @@ + + + + + + + + + + + + + +
+
+
+
+
+
+
+ +
+
+ +
+
+ +
+ +
+
+
+
+
+
+
+ + + + + \ No newline at end of file