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